Skip to content

CatInAWizardHat/build-your-own-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build-your-own-blockchain

Initially followed this tutorial: https://hackernoon.com/learn-blockchains-by-building-one-117428612f46 from the build-your-own-x repository, hence the name of the repo.

Been iterating on it in my spare time to add added functionality.

utilizes flask to create the endpoints needed to interact with the chain, run with

python blockchain.py

which will start the server on your machine, can be accessed through localhost.

Endpoints:

localhost:5000/mine
localhost:5000/transactions/new
localhost:5000/chain
localhost:5000/nodes/register
localhost:5000/nodes/resolve

About

Following a tutorial found in the build-your-own-x repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages