alsanusi / learn-hardhat

Learn on how to create and deploy smart-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Simple Smart Contract

  • There is a fixed total supply of tokens that can't be changed.
  • The entire supply is assigned to the address that deploys the contract.
  • Anyone can receive tokens.
  • Anyone with at least one token can transfer tokens.
  • The token is non-divisible. You can transfer 1, 2, 3 or 37 tokens but not 2.5.

About

Learn on how to create and deploy smart-contract


Languages

Language:JavaScript 58.4%Language:Solidity 19.9%Language:HTML 14.1%Language:CSS 7.6%