patriziomadferitmilione / patcoin

Simple Python Blockchain with a PatCoin protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PatCoin

Simple Python Blockchain with a PatCoin protocol

A FRONT-END APP IS UNDER CONSTRUCTION

For the time being, you can download this small stack, run the code of the nodes, and use PostMan (or any HTTP client you usually use) to test it out!

I love BitCoin, I am inspired by the work of Satoshi Nakamoto, so I built this small blockchain to attempt at recreating a small very simple cousin to it with my name.

Here's an example for every http request available in the blockchain

POST /connect_node connect_node

GET /get_chain get_chain

GET /is_valid is_valid

POST /add_transaction add_transaction

GET /mine_block mine_block

GET /replace_chain replace_chain

About

Simple Python Blockchain with a PatCoin protocol


Languages

Language:Python 100.0%