Skip to content

rcturner7/Create_Blockchain_Network_Cryptocurrency

Repository files navigation

Creating a Cryptocurrency in Python

This repository is for learning purposes only. This repository gives the basic components of networking, databases, consensus, PoW, and transactions handling.

There are separate node python files that has all of the same code as the main python file "ryanCoin.py" to simulate multiple nodes running on the network and connected. You can test this with the GET and POST variables and connecting to Postman.

Libraries used are:

  • import datetime
  • import hashlib
  • import json
  • from flask import Flask, jsonify, request
  • import requests
  • from uuid import uuid4
  • from urllib.parse import urlparse

About

Diving into the basics of building a blockchain network and cryptocurrency

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages