Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pawlovskiii/learning-solidity

The whole repository consists of several contracts from Solidity documentation which I deeply rework to understand every detail. After that, I tried to refactor the code or add additional functionality to improve it.
https://github.com/pawlovskiii/learning-solidity

smart-contracts solidity solidity-documentation

Last synced: 3 days ago
JSON representation

The whole repository consists of several contracts from Solidity documentation which I deeply rework to understand every detail. After that, I tried to refactor the code or add additional functionality to improve it.

Awesome Lists containing this project

README

        

# Learning Solidity

## Table of contents

- [General info](#general-info)

## General info

The whole repository consists of several contracts from [the Solidity documentation](https://docs.soliditylang.org/en/v0.8.15/) which I deeply rework to understand every detail. After that, I tried to refactor the code or add additional functionality to improve it.