https://github.com/sh4ka/thesoliditydev
Solidity exercises
https://github.com/sh4ka/thesoliditydev
ethereum python python3 smart-contracts solidity tutorial
Last synced: about 1 month ago
JSON representation
Solidity exercises
- Host: GitHub
- URL: https://github.com/sh4ka/thesoliditydev
- Owner: sh4ka
- Created: 2018-01-09T20:59:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:54:05.000Z (over 3 years ago)
- Last Synced: 2024-04-17T07:13:06.944Z (almost 2 years ago)
- Topics: ethereum, python, python3, smart-contracts, solidity, tutorial
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 17
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Solidity examples commented
===========================
This is a collection of solidity smart contracts fully commented.
The general idea behind this project is just learning by coding some real life
scenarios.
0.- [Lottery](http://thesoliditydev.com/contract/update/2018/01/17/lottery/)
1.- [Bet](http://thesoliditydev.com/contract/2018/02/15/bet/)