A collection of contracts written by Solidity, where each of them has
its own proof using Hardhat.
Principal Skills: Solidity
JavaScript
Hardhat
Ethereum
Chainlink
py-solc-x
Ganache
web3
brownie
I created this project to explore all solidity and hardhat functionalities while following this roadmap. It also allows me to explore many other Blockchain and Ethereum related technologies such as Chainlink, ......
npm install
npx hardhat run scripts/{script name}.js
- Basic Contract
- Factory of Contracts: contract and hardhat test
- Inheritance of Contracts
- ChainLink Import
problems
- Payable functions contract and hardhat test
- Solidity Libraries and God Practice
- Compile Solc By Python