https://github.com/dewanshrawat15/blockchain-flask
An attempt to create a basic blockchain network
https://github.com/dewanshrawat15/blockchain-flask
blockchain blockchain-demos flask flask-api flask-application flask-backend flask-server
Last synced: about 2 months ago
JSON representation
An attempt to create a basic blockchain network
- Host: GitHub
- URL: https://github.com/dewanshrawat15/blockchain-flask
- Owner: dewanshrawat15
- License: mit
- Created: 2019-10-23T14:48:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T14:54:59.000Z (over 5 years ago)
- Last Synced: 2025-02-09T12:15:21.559Z (3 months ago)
- Topics: blockchain, blockchain-demos, flask, flask-api, flask-application, flask-backend, flask-server
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Blockchain Flask
An attempt to create a basic blockchain network. The idea behind was making this to try to understand Blockchain on a more fundamental level.
## Usage
- Fire up your ```terminal / cmd```
- Navigate to the location of your liking and then ```git clone https://github.com/dewanshrawat15/blockchain-flask```
- Open the ```blockchain-flask``` folder by ```cd blockchain-flask```
- Run
- ```python -m venv myvenv```
- ### To activate the environment
- #### On Windows
- Run ```myvenv\Scripts\activate```
- #### On MacOS / Linux
- Run ```source myvenv/bin/activate```
- Run ```pip install -r requirements.txt```
- Run ```python server.py```
- Fire up POSTMAN or use CURL to make requests according to call (mine / transactions / chain / nodes)## Future Plans
I plan to make a GUI available for the users.