bond tokens using ERC20 standard
npx hardhat run scripts/deploy.ts --network goerli
npx hardhat run scripts/deploy.ts --network rinkeby
(BondTokenFactory)
npx hardhat verify --network goerli 0xdE875b6715fB5e02e769741F19A2f6976707aC8a
(BondMaker)
npx hardhat verify --network goerli 0xA91ba6d3Bf8C31F9BD6e623d5400D92bE1b0097E 1 0xdE875b6715fB5e02e769741F19A2f6976707aC8a
run:
"forge test"
to see console logs from forge, run:
"forge test -vvvv"
"forge test --gas-report"