https://github.com/0xheartcode/solidity_grimoire
Solidity Beginner Grimoire
https://github.com/0xheartcode/solidity_grimoire
beginner-friendly ethereum solidity
Last synced: 28 days ago
JSON representation
Solidity Beginner Grimoire
- Host: GitHub
- URL: https://github.com/0xheartcode/solidity_grimoire
- Owner: 0xheartcode
- Created: 2022-10-27T19:29:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T13:53:27.000Z (about 3 years ago)
- Last Synced: 2025-07-08T13:05:59.313Z (11 months ago)
- Topics: beginner-friendly, ethereum, solidity
- Language: Solidity
- Homepage:
- Size: 6.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0x<3 Solidity Grimoire
## Spellbook for young and old magicians, from easy to intermediate solidity spells.
This book can be read in a specific order (note the numbers 0>1>2) or can simply be browsed for spell snippets.
This was an old repo that the author brought back from the ether to be: part learning tool, part portfolio, part archive.
Information on `folders/`:
1. [LearnSolidity](0_LearnSolidity/)
Folder to get started with solidity along with a roadmap to follow to go from zero to one.
- 0_SolidityByExample:
Spells copied from [Smart Contract Programmer](https://solidity-by-example.org/) with links to his Youtube channel. v 0.8.*
2. [SafeSolidity](1_SafeSolidity/)
Everything related to solidity to security that is found relevant from the author. Features CTFs, Audits, and Guidelines.
3. [MakeSolidity](2_MakeSolidity/)
Creative solidity solutions and code to different situations that are good to keep on hand.
4. [UnsortedSolidity](3_UnsortedSolidity/)
Folder made simply to contain everything that is unsorted <(o.o)>
Thank you for browsing the grimoire, feel free to open an issue for suggestions, links are broken, code does not compile.
Note: The tools used to craft are mostly FOUNDRY and REMIX.
0x<3
...