Skip to content

Example project that shows creation of ERC-20 token on Subtensor EVM. Uses Hardhat and OpenZepplin.

License

Notifications You must be signed in to change notification settings

gztensor/subtensor-erc20

Repository files navigation

Subtensor EVM Erc20 token example

Example project that shows creation of ERC-20 token on Subtensor EVM. Uses Hardhat and OpenZepplin.

This example project shows the following concepts:

  • Hardhat setup (see file hardhat.config.ts)
  • Contract deployment to local network and/or testnet
  • Reading balance and a few parameters of deployed ERC-20 token

Running on Testnet

yarn install
yarn run build
yarn run deploy-testnet
yarn run balance-testnet

Running Locally

Note: Requires a local network running, see the EVM Demo repository for more instructions.

yarn install
yarn run build
yarn run deploy-local
yarn run balance-local

About

Example project that shows creation of ERC-20 token on Subtensor EVM. Uses Hardhat and OpenZepplin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published