Hello, I hope you like my lottery system with solidity!
npm install
Drop all necessary dependencies
- Solidity
- Remix -Ethereum-IDE
- Metamask
- Fake ETH (🚨 Note: Goerli Faucet)
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! 😊