Skip to content

YinfengCao/blockchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Blockchains by Building One

This is the source code for my post on Building a Blockchain.

Installation

  1. Make sure Python 3.6+ is installed
  2. Install requirements: $ pip install -r requirements.txt
  3. Run the server:
    • $ python blockchain.py
    • $ python blockchain.py -p 5001
    • $ python blockchain.py --port 5002

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

A simple Blockchain in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%