mirror of
https://github.com/autistic-symposium/web3-starter-sol.git
synced 2025-04-20 16:05:50 -04:00
2.7 KiB
2.7 KiB
🥷🏻🛵⛓️ web3 starting kit - solidity edition
- start with solidity tl; dr
- your workspace
- boilerplates
- tokens standard
- bitwise
- applications contracts
- merkle_trees
- saving gas
- calldata
- events
- proxies
- wallets
related autistic symposium's resources
- ethernaut solutions and writeups in foundry
- blockchain auditing
- amm-arb-toolkit-py
- mev-toolkit
- searcher-cowswap-py
- generative storytelling
external resources
learning solidity
- solidity docs
- openzeppelin docs
- solidity by example
- smart contract programmer
- learn solidity with examples, by jsagalli
- school of solana, by ackee
writing beautiful code
tools
advanced readings
- on some of my favorite openzeppelin smart contracts
- reusable properties for ethereum contracts, by trailofbits