johnexzy / SimpleToken

A simple erc20 token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleToken

A simple erc20 token

Deploy guide.

  1. Open https://remix.ethereum.org/
  2. Create a new file in contract directory.
  3. Paste the contents of the SimpleToken.sol into the file, Accept the warning/pop-ups
  4. image
  5. Select the environment, Usually injected Provider to use Meta Mask or CoinBase
  6. Select Account
  7. In the deploy section: Add the following details
  • Name
  • Symbol
  • Total Suply (with extra 18-zeros attached)
  • Deploy

About

A simple erc20 token


Languages

Language:Solidity 100.0%