This repository contains the code for simulation network contracts.
Clone the repository and npm install
DEPLOYER_PRIVATE_KEY
should be the private key of a funded account in the simnet. All initial supply of the tokens is sent to the deployers account.
➜ simnet-contracts git:(master) ✗ DEPLOYER_PRIVATE_KEY=0xYOUR_ACCOUNT_PRIVATE_KEY npm run deploy:usdt
> [email protected] deploy:usdt /home/ar/simnet-contracts
> npx hardhat --config hardhat.4.config.js run scripts/tether.js
USDT deployed to: 0xA2736f9E21aba740F585Be5EF1330Ecb365c37B3
➜ simnet-contracts git:(master) ✗ DEPLOYER_PRIVATE_KEY=0xYOUR_ACCOUNT_PRIVATE_KEY npm run deploy:dai
> [email protected] deploy:dai /home/ar/simnet-contracts
> npx hardhat --config hardhat.5.config.js run scripts/dai.js
DAI deployed to: 0xd2169fA4F9Ef4a7Ff9df3413a242DCA33E245237