Skip to content

Attempt at writing a blockchain in python. What could go wrong?

Notifications You must be signed in to change notification settings

slacki123/SebCryptoBlockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install all packages:

pip3 install -r requirements.txt

install node version 16

choco install nodejs 16.13.2

or on linux

curl -s https://deb.nodesource.com/setup_16.x | sudo bash
sudo apt install nodejs -y

Install localtunnel so that python could use execute the command from within the code Run

npm install -g localtunnel

To run the api run

python -m backend.app

Run frontend:

cd c/../../SebCryptoBlockchain/frontend
npm run start

About

Attempt at writing a blockchain in python. What could go wrong?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published