I love the Solidity programming language, I wanted to leave a guide for newcomers who want to dare to navigate this beautiful process of building smart contracts with Solidity.
We'll raising our level with the smart contracts, we will work with the Truffle and Hardhat frameworks, test our smart contracts, and migrate our project with local networks as a ganache before moving to the testnet.
You will be able to find all the advanced well explained, all taken from the best resources that exist in the web3 space.
Feel free to write me if you have any questions, or if you just want advice on where to start.
If you wanna start from the basics: click here
# Install dependencies
$ npm install
Drop all necessary dependencies
- Solidity
- Metamask
- Fake ETH (🚨 Note: Goerli Faucet)
- OpenZeppelin
- Ganache CLI
- Ganache GUI
- Web3.js
- Ethers.js
- To access an Ethereum node: ( Alchemy )
Prettier offers support for multiple languages and frameworks. What offers is to take your code and "re-format" it based on the defined settings thus maintaining a consistent style. Making it much more readable and without worrying about how you write it initially.
Link to install prettier: Prettier
Link to install a prettier plugin for automatically formatting your Solidity code: Prettier Plugin
This project is under license from MIT. For more details, see the LICENSE file.
Contributions are always welcome! Open a PR or an issue!
Thank you! 😊