How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
This is a collection of Solidity snippets for people who like to learn by example. Maybe some day it will turn into more of a step-by-step learning experience.
The main features of raineorshine/solidity-by-example are: Blockchain Development Frameworks.
Open-source alternatives to raineorshine/solidity-by-example include: aniket-engg/solidity-school — Solidity School is an initiative to prepare a code base for the solidity beginners by those who were beginners… bkrem/awesome-solidity — This project is a curated directory and index of resources for Solidity smart contract development. It provides a… cyfrin/foundry-full-course-f23 — This repository is a comprehensive educational curriculum and programming guide designed to teach Solidity development… dethcrypto/typechain — 🔌 TypeScript bindings for Ethereum smart contracts. fravoll/solidity-patterns — A compilation of patterns and best practices for the smart contract programming language Solidity. l-henri/solidity-101 — Welcome! This is an automated workshop that will on using Solidity Smart contracts. It is aimed at developers who are…
This project is a curated directory and index of resources for Solidity smart contract development. It provides a categorized collection of libraries, development frameworks, security tools, and educational materials used to build and deploy decentralized applications. The repository functions as a comprehensive catalog for the software development lifecycle, featuring a specific index of community-vetted modular building blocks and token standard implementations. It also maintains a dedicated list of security resources, including static analyzers and fuzzers, to assist in auditing and securi
This repository is a comprehensive educational curriculum and programming guide designed to teach Solidity development and smart contract testing. It provides a structured set of instructional materials and tutorials for writing, deploying, and auditing secure programmable contracts on the Ethereum Virtual Machine. The course focuses on the Foundry toolkit, providing an Ethereum tooling curriculum that covers compiling and testing smart contracts locally. It emphasizes a professional development workflow, moving from initial Solidity programming to the implementation of decentralized applicat
🔌 TypeScript bindings for Ethereum smart contracts
Solidity School is an initiative to prepare a code base for the solidity beginners by those who were beginners sometime.It categorize the smart contracts according to different difficulty levels and in multiple standards. For now, standards are 0 to 5(can be discussed).