Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pawlovskiii/learning-solidity
- Owner: pawlovskiii
- Created: 2022-07-01T21:19:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T17:34:13.000Z (over 2 years ago)
- Last Synced: 2023-03-05T02:42:57.653Z (over 1 year ago)
- Topics: smart-contracts, solidity, solidity-documentation
- Language: Solidity
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.