Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
20232269
Topic
2033402
Board
Altcoin Discussion
Re: Ethereum ERC20 code?
by
kashish948
on
19/07/2017, 10:55:40 UTC
Quote from: ranreichman on July 19, 2017, 10:26:08 AM
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?