Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 641 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 641 Bytes

Tutorial: How to issue your own token on Ethereum in less than 20 minutes

This tutorial will take you through the steps of issuing your first ERC20 token on the Ethereum network using a single smart contract and MyEtherWallet.

This repo contains the sample solidity file:

contracts/erc20_tutorial.sol

Feel free to leave any issues and we will get back to you and help you out :)