konbluesky / Issue-your-own-ERC20-token

Tutorial of how to issue your own Ethereum ERC20 Token!

Home Page:https://medium.com/bitfwd/how-to-issue-your-own-token-on-ethereum-in-less-than-20-minutes-ac1f8f022793

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

Tutorial of how to issue your own Ethereum ERC20 Token!

https://medium.com/bitfwd/how-to-issue-your-own-token-on-ethereum-in-less-than-20-minutes-ac1f8f022793

License:MIT License