Stenor5 / BMX_token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transferable and stakable Token project

@author Stenor Tanaka

  1. npm i -g yarn
  2. npm i --save-dev hardhat
  3. yarn install
  4. You should make the .secret file and write down your account private key in that file.
  5. You should make the .bsc_api_key file and write down your Binance smart chain api key in that file.
  6. You should make the .env file and write down your account address.
  7. Please run "yarn deploy:mainnet" to deploy the contract on mainnet.
  8. Please run "yarn deploy:testnet" to deploy the contract on testnet.
  9. And then please run "yarn verify:mainnet" to verify the contract on mainnet.
  10. And then please run "yarn verify:testnet" to verify the contract on testnet.
  11. And then please run "yarn airdrop" to refund the tokens to previous token holders.

About


Languages

Language:Solidity 73.6%Language:JavaScript 25.9%Language:Shell 0.5%