Metadata-Version: 2.1
Name: pyrchain
Version: 0.1.1
Summary: Interface to RChain RNode RPC
Home-page: https://github.com/rchain/pyrchain
Author: RChain Cooperative
Author-email: tomas.virtus@rchain.coop
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# pyrchain

Interface to RChain RNode RPC.

## Usage

See `./examples/wallets.py` for example usage.

## Building

  ./update-protobufs
  ./update-generated
  export PYTHONPATH="$PWD/generated"
  pipenv install
  pipenv run python examples/wallets.py


