https://github.com/olegkorol/ethereum-contracts
Ethereum contracts using Solidity for learning purposes.
https://github.com/olegkorol/ethereum-contracts
Last synced: about 2 months ago
JSON representation
Ethereum contracts using Solidity for learning purposes.
- Host: GitHub
- URL: https://github.com/olegkorol/ethereum-contracts
- Owner: olegkorol
- License: gpl-3.0
- Created: 2017-10-14T08:56:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T10:53:35.000Z (over 7 years ago)
- Last Synced: 2025-01-13T07:40:27.436Z (4 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Smart Contracts
This repo contains some simple smart contracts for the Ethereum Blockchain, written in Solidity.
## Voting
Contract for voting specified candidates.