To summarize the project, I used hardhat framework to compile, deploy, and test smart contracts written in Solidity. The deployment and tests were made in hardhat framework with javascript language. Thanks to hardhat, I compiled the smart contratcs written with Solidity. Furthermore, hardhat allows us to run a virtual blockchain and run mocks for more sophisticated testing process.
This project is inspired by https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=73744s lecture in youtube. Thank you for this great course!
You can download the package.json for necessary modules.
npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
- Solidity
- Javascript
- HTML / CSS
Github
- Patrick Collins and freeCodeCamp: https://github.com/smartcontractkit/full-blockchain-solidity-course-js
- Mert Kaya https://github.com/mkaya13
- Thanks Patrick Collins and freeCodeCamp!
- Give a ⭐️ if you like this project!
- Inspired by the course in youtube: Learn Blockchain, Solidity, and Full Stack Web3 Development with JavaScript – 32-Hour Course
- This project is MIT licensed.