Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 953 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 953 Bytes

Remix

Remix Sol code for token generator

Usage

  1. Visit https://remix.ethereum.org/

  2. Connect brave to testnet image

  3. Add faucet https://testnet.binance.org/faucet-smart

  4. Copy paste code to remix

  5. Depoly and Run Currently the code is had coded using Brave make sure to use brave environment image

  6. Test each functions image

What have been done

  1. Standard stuffs like burn, mint and pausable
  2. Upgradeable so if we have contract to modify it will continue on previous contract
  3. Minting gasless(user don't pay) and vice versa (xlaMint and xlaMintGasless)
  4. So far burning needs gas from deployer(xlaBurnGasless)