Skip to content

andOneBasketball/hardhat-practice

Repository files navigation

hardhat-practice

给各大开源项目写单元测试和部署脚本,从实战过程中加深对开源项目的理解

设置 gasLimit

const options = { gasLimit: 1000 }; const tx = await uniswapFactory.createPair(airplaneToken.target, rocketToken.target, options);

token

sepolia USDT 0x1C827C89dF5490A4F58C0512fc476Acfd0ecDeB7

deploy

DEBUG=hardhat:* npx hardhat deploy --tags usdt --network localhost DEBUG=hardhat:* npx hardhat deploy --tags rwa --network localhost

About

给各大开源项目写单元测试和部署脚本,从实战过程中加深对开源项目的理解

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published