Skip to main content

An application layer protocol for the establishment of decentralized democracy.

Project description

BitGov Protocol

The BitGov protocol is an application layer protocol built with the Python socket module. It piggybacks on the layer four Transmission Control Protocol (TCP) in combination with the IPv4 address family.

Installation

To use the BitGov protocol in your own application you may use one of the two methods listed below.

Conda (recommended)

Assuming you have Anaconda installed, active the environment in which you want to install the package.

conda activate <environment>

If you want to create a new environment first use conda create --name <environment> or if you want to see a list of all your conda environments conda info --envs.

Next, install the package.

conda install -c jgphilpott bitgov

Note: It may be necessary to first add the channel 'jgphilpott'. To do this use conda config --add channels jgphilpott. To view a list of all your conda channels conda config --get channels.

All done! You should now be able to see the package listed in your environment conda list.

Pip (alternative)

Usage

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

bitgov-0.1.1.tar.gz (1.6 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