Skip to content

numoonchld/ALTLayer-ERC20-token-contract-deploy

 
 

Repository files navigation

Simple ERC20 Token Deploy on Alt Devnet

To use this repo:

git clone https://github.com/jimmychu0807-altresearch/simple-demo.git

# Edit `.env` to add your deployment private key account. A well-known private key to test with is `d331dde427c2e524d1d7cec5c74e8b1cfcf56b1fcc7e9fc6110f698889e78a9c`. Do not use this key in production.

npm

nvm use 16.15.1
npm install
npx hardhat compile
npx hardhat --network altDevNet run scripts/deploy.ts

yarn



yarn install

# To deploy the ERC20 token on Alt Devnet
yarn hardhat compile
yarn hardhat --network altDevNet run scripts/deploy.ts

# Mark the deployed address, then to verify the contract
yarn hardhat --network altDevNet verify <deployed address>

# Interact with the contract on block explorer:
#   https://devnet-explorer.altlayer.io/

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.6%
  • Solidity 35.6%
  • Shell 0.8%