Simply deploy Smart Contract for a Standard, Mintable, Burnable ERC20 Token

in token •  7 years ago  (edited)

The Ethereum token standard (ERC20) defines a common list of rules that an Ethereum token has to implement. Giving developers the ability to program how new tokens will function within the Ethereum ecosystem. This token protocol became popular with crowdfunding companies via initial coin offering (ICO).

Want to simply deploy your token?

Visit the ERC20Token Generator and deploy your token for free without coding. 


Want to see the source code?

Here the Smart Contracts source code for a Standard, Mintable, Burnable ERC20 Token built using Truffle Framework and OpenZeppelin library.

And here the DApp source code built using web3.js and MetaMask.


Enjoy.


Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I tried out your token generator on the Rinkeby test network and it always fails no matter what gas limit or price I put in. And yes I have test Ether in the account.