Giter Site home page Giter Site logo

sthnaqvi / erc20-asset-generator Goto Github PK

View Code? Open in Web Editor NEW
67.0 4.0 58.0 753 KB

An ethereum ERC20 token generator, issue your own token on ethereum with just a few clicks

License: MIT License

HTML 9.79% JavaScript 67.19% CSS 5.27% Solidity 17.74%
ethereum blockchain erc20 erc20-tokens erc20token smart-contracts metamask erc20-asset asset-generator erc20-generator

erc20-asset-generator's Introduction

ERC20 Asset/Token Generator

ERC20 Asset Generator Screenshot

Demo

https://erc20-asset.ethorbit.com

Installation

git clone https://github.com/sthnaqvi/erc20-asset-generator.git

npm install

npm start

Make sure you have installed MetaMask chrome extension , which allows your web browser to connect to an Ethereum network.

Then visit http://localhost:4002 in your chrome browser after you npm start the asset generator.

License

The code in this branch is licensed under MIT (see LICENSE file)

Feel free to modify or reuse the code here.

erc20-asset-generator's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

erc20-asset-generator's Issues

Input real supply number

My idea is to help user has a better experience using the generator by changing the Supply input to real supply number.
So I replace lines from 637 to 642 in /scripts/app.js with this:

    e.preventDefault();
    var tokenName = $('#name').val();
    var tokenSymbol = $('#symbol').val();
    var decimalUnits = $('#decimals').val();
    var realSupply = $('#total-supply').val();
    var initialSupply = realSupply * Math.pow(10, decimalUnits);

But it doesn't work, please help. This is the error in console logs:
Uncaught Error: overflow (fault="overflow", operation="BigNumber.from", value=1000000000000000000, code=NUMERIC_FAULT, version=bignumber/5.0.13)

Verify contract

I have downloaded and run your dapp. Contract was deployed and verified. That is awesome.
With my token abi and bytecode, I have run again. Contract is deployed, but not verified.
Please explain kindly.
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.