β¬οΈInstallation
Automatically
$ 0xweb init --hardhatManually
npm i hardhatnpm i @0xweb/hardhatrequire("@0xweb/hardhat"); module.exports = { solidity: { version: "0.8.2", settings: { optimizer: { enabled: true, runs: 200 } } }, networks: { hardhat: { chainId: 1337 }, localhost: { chainId: 1337 }, mainnet: { url: ``, accounts: [``] } }, etherscan: { // One at https://etherscan.io/ apiKey: "" } };
Last updated