npm install
npx hardhat compile
npx hardhat test
Only deployments to Ethereum mainnet and Sepolia are available at this time.
- Fund your wallet address with the network's tokens
- Copy
.env.example
to.env
, set the environment variables, andsource
the file - Run the deployment file
npx hardhat run scripts/deploy-<contract>.js --network <network>