https://github.com/abiji-2020/blockchain-mini-projects
The mini Project done in Solidity in the ThinkQbator platform, IOT based Blockchain, Lottery System and Voting System are in this project
https://github.com/abiji-2020/blockchain-mini-projects
Last synced: 6 days ago
JSON representation
The mini Project done in Solidity in the ThinkQbator platform, IOT based Blockchain, Lottery System and Voting System are in this project
- Host: GitHub
- URL: https://github.com/abiji-2020/blockchain-mini-projects
- Owner: Abiji-2020
- License: mit
- Created: 2023-12-02T12:40:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T05:04:22.000Z (over 1 year ago)
- Last Synced: 2024-12-26T05:23:50.668Z (5 months ago)
- Language: Solidity
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockchain Mini Projects
## Decentralized-Voting-System
This is the first project on the decentralized Blockchain.
In this project it aims to create a polling system with decentralized blockchain and it is created using soliditary.
It enables the voter system based on the smart contracts that is available in etherum.
## Decentralized Lottery System
In this project the increased number of bets will result in the chances of winning the lottery. It is done using soliditary.
## Blink lights using raspberry PI
In this project the decentralized way of connecting the IOT(Internet of things) with the blockchain. In this project the raspberry PI is connected to the
blockchain by connecting a smart contract using the soliditary and the express.js is used to connect the smart contract with the raspberry PI.