File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1140,6 +1140,10 @@ MetaMask - RPC Error:
11401140``` bash
11411141yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers @nomiclabs/hardhat-etherscan @nomiclabs/hardhat-waffle chai ethereum-waffle hardhat hardhat-contract-sizer hardhat-deploy hardhat-gas-reporter prettier prettier-plugin-solidity solhint solidity-coverage dotenv
11421142```
1143+ - Install dependencies (Typescript version):
1144+ ``` bash
1145+ yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers @nomiclabs/hardhat-etherscan @nomiclabs/hardhat-waffle chai ethereum-waffle hardhat hardhat-contract-sizer hardhat-deploy hardhat-gas-reporter prettier prettier-plugin-solidity solhint solidity-coverage dotenv @typechain/ethers-v5 @typechain/hardhat @types/chai @types/node ts-node typechain typescript
1146+ ```
11431147## Raffle.sol Setup
11441148* [ ⌨️ (13:46:55) Raffle.sol Setup] ( https://youtu.be/gyMwXuJrbJQ?t=49615 ) *
11451149- [ Custom Errors in Solidity] ( https://blog.soliditylang.org/2021/04/21/custom-errors/ )
You can’t perform that action at this time.
0 commit comments