DynoChain
  • Dyno
    • Dyno
    • Wallet Support
      • DYNO Wallet
    • Tutorial's
    • FAQ
      • Token
      • Contributing
  • DYNODAO
    • DYNO Wallet
  • DYNO Concept's
    • Consensus
    • The File
  • DYNO Ecosystem
    • Validator
    • Staking
    • Future Development
  • Development on DYNO
    • Key Management
      • Smart Contracts
        • Smart Contract Verification
        • Solidity
      • Remix
        • Website
      • Web3JS
        • Website
      • Truffle
        • Docs
    • Block-Chain Details
      • RPC
    • DND20 Token
      • Issue Token's
    • Wallet Support
    • Deployment
      • Remix
      • Truffle
      • HardHat
  • Links
    • Website (dynochain.io)
    • DynoDAO (dynodao.io)
    • $DynoScan ( Explorer )
    • $DND TestnetScan
    • $DND Faucet
    • Smart Contract Verification
    • Swap
    • GitHub
    • DYNO Wallet
  • Social Network's
    • Telegram
    • Twitter
    • Chain News
    • Discord
    • Reddit
    • Medium
    • Facebook (META)
    • Instagram
Powered by GitBook
On this page
  1. Development on DYNO
  2. DND20 Token

Issue Token's

PreviousDND20 TokenNextWallet Support

Last updated 2 years ago

Compile and Deploy DND20 Contract

  1. Open Remix IDE:

Select solidity language

  1. Modify “name”, “symbol”, “decimals” and “totalSupply” according to your requirements.

  1. Compile the DND20 token contract

a. Step1: Click button to switch to compile page

b. Step2: Select “DND20Token” contract

c. Step3: Enable “Auto compile” and “optimization”

d. Step4: Click “ABI” to copy the contract abi and save it.

  1. Depoy the contract to TC

a. Step1: Click button to switch to compile button.

b. Step2: Select “Injected Web3”

c. Step3: Select “DND20Token”

d. Step4: Client “Deploy” button and Metamask will pop up

e. Client “confirm” button to sign and broadcast transaction to TC.

Create new contract DND20Token.sol and copy contract code from the DND20 token template

here
https://remix.ethereum.org