mirror of
https://github.com/smartcontractkit/full-blockchain-solidity-course-js.git
synced 2026-09-11 11:15:57 +00:00
wip
This commit is contained in:
@@ -204,9 +204,21 @@ More information:
|
||||
💻 Code: https://github.com/PatrickAlphaC/hardhat-simple-storage-fcc
|
||||
|
||||
- [Hardhat Documentation](https://hardhat.org/)
|
||||
- [DevDependencies vs Dependencies](https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies)
|
||||
- [@ Sign node modules](https://stackoverflow.com/questions/36667258/what-is-the-meaning-of-the-at-prefix-on-npm-packages)
|
||||
- [Chain ID List](https://chainlist.org/)
|
||||
- [Etherscan Verify Tutorial](https://docs.etherscan.io/tutorials/verifying-contracts-programmatically)
|
||||
- [Javascript == vs ===](https://stackoverflow.com/questions/359494/which-equals-operator-vs-should-be-used-in-javascript-comparisons)
|
||||
- [Hardhat Gas Reporter](https://www.npmjs.com/package/hardhat-gas-reporter)
|
||||
- [Coinmarketcap API](https://coinmarketcap.com/api/)
|
||||
- [Best README Template](https://github.com/othneildrew/Best-README-Template)
|
||||
- [Hardhat-Waffle](https://npm.io/package/@nomiclabs/hardhat-waffle)
|
||||
|
||||
Typescript:
|
||||
- [Typechain](https://github.com/dethcrypto/TypeChain)
|
||||
```
|
||||
yarn add @typechain/ethers-v5 @typechain/hardhat @types/chai @types/node @types/mocha ts-node typechain typescript
|
||||
```
|
||||
|
||||
# Lesson 7: Hardhat Fund Me
|
||||
|
||||
|
||||
Reference in New Issue
Block a user