Post
Topic
Board Altcoin Discussion
Re: Ethereum ERC20 code?
by
kashish948
on 19/07/2017, 10:55:40 UTC
That's the basic code which you need to create a token. You'll probably want to add more smart contract code to allow for vesting and stuff like that.

What all do i need to add to make it an ERC20 standard code?

I found this: https://theethereum.wiki/w/index.php/ERC20_Token_Standard
and that basic code at https://www.ethereum.org/token#the-code covers all these functions.....so does that mean it is erc20?