Issue your ERC20 token with Solidity on Ethereum Blockchain

NC Token

I created smart-contract follow ERC20 Standard to issue an awesome token. It’s easy. Let’s start.

Preparing:

Go to Remix IDE online https://remix.ethereum.org to create a smart contract. The smart contract is written by Solidity language [http://solidity.readthedocs.io/].

After contract done →

Verify and Publish your Solidity Source Code

After all your contract look like this

Contract Address

Then go to https://ropsten.etherscan.io/token-search search with your contract address, your token name is not available yet. Just use Metamask to send some your coin. After the first transaction success, your coin can be searched.

Search Token

Token dashboard

Manage token

You can look at my contract as a sample. Send me your eth address, I’ll share some NC coin. 😀

1 thought on “Issue your ERC20 token with Solidity on Ethereum Blockchain

Leave a Reply

Your email address will not be published.Required fields are marked *