soliditydocs

Implementation of examples from docs.soliditylang.org

Stars
7

Solidity Docs

This is a repository containing code examples and implementation of examples in the official Solidity documentation.

It is also reference for the YouTube tutorial playlist where we learn Solidity and Brownie through building several smart contracts: Blockchain Programming w/ Brownie, Ganache, Solidity (Tutorial)

Part 1:

Most of the examples are self-contained in their own folder and scaffolded using the excellent Brownie.

Related Projects