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.
You will be able to find all the basics 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 learn solidity advanced: Click here
# Clone this project
$ git clone https://github.com/gab0071/solidity-fundamentals
# Access
$ cd solidity-fundamentals
# Install dependencies
$ yarn
Drop all necessary dependencies
- Solidity
- Remix -Ethereum-IDE
- Metamask
- Fake ETH (🚨 Note: Goerli Faucet)
- OpenZeppelin
- Ganache CLI
- Ganache GUI
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
Contributions are always welcome! Open a PR or an issue!
Thank you! 😊