Skip to main content

Simple blockchain library for python3.

Project description

bc4py

bc4py(blockchain-for-python) enables you to create blockchain application by Python3.

Function

  • UTXO base
  • PoW, PoS and PoC multi-consensus
  • Minting colored coin

Requirement

Install

cd ~
git clone https://github.com/namuyan/bc4py
rm -r doc tests
mv bc4py blockchain-py
cd blockchain-py
pip3 install --user -r requirements.txt
pip3 install --user -r requirements-c.txt
wget http://example.com/boot.json

Start node

  • python3 localnode.py Node working on local env, for debug.
  • python3 publicnode.py Node with mining/staking.

Documents

Licence

MIT

Author

@namuyan_mine

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bc4py-0.0.28a0.tar.gz (219.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page