Skip to main content

A Blockchain of Accountability, Support, and Forgiveness

Project description

CancelChain is an open-source python project that implements a custom blockchain ledger. The ledger protocol allows for the assigning of tokens to subjects (utf-8 strings of less than 80 characters) as indications of either opposition or support. Opposition entries are allowed to be rescinded later. Support is forever.

Installation

Install using pip:

$ pip install cancelchain

Usage

$ cancelchain --help
Usage: cancelchain [OPTIONS] COMMAND [ARGS]...

Options:
  -e, --env-file FILE   Load environment variables from this file. python-
                        dotenv must be installed.
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  export    Export the block chain to file.
  import    Import the block chain from file.
  init      Initialize the database.
  mill      Start a milling process.
  routes    Show the routes for the app.
  run       Run a development server.
  shell     Run a shell in the app context.
  subject   Command group to work with subjects.
  sync      Synchronize the node's block chain to that of its peers.
  txn       Command group to create transactions.
  validate  Validate the node's block chain.
  wallet    Command group to work with wallets.

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

cancelchain-1.2.0.tar.gz (36.0 kB view hashes)

Uploaded Source

Built Distribution

cancelchain-1.2.0-py3-none-any.whl (45.0 kB view hashes)

Uploaded Python 3

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