web3dev6 / token_contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token Contract

This project demonstrates basic implementations of ERC Token Standards (ERC20).

Note:

Make sure to add a valid funded private key in .env file (refer .env.example).

Make sure to add owner's wallet address in ignition -> parameters.json -> BaseERC20Module -> owner.

Make sure to add admin's wallet address in ignition -> parameters.json -> BaseAccessManagerModule -> admin.

The owner(token) and admin(access_manager) can be the same wallet for simplicity.

Now, try running some of the following scripts:

npm run compile
npm run test
npm run ignite-baseERC20
npm run deploy-baseERC20

Deployed & verified Contracts on Polygon Amoy :

About


Languages

Language:TypeScript 87.8%Language:Solidity 12.2%