The purpose of this project is to create pythonic wrappers and tools for blockchain interaction.
Run the following to install:
pip install credmarkutils
from helloworld import say_hello
# Generate "Hello, World!"
say_hello()
# Generate "Hello, Everybody!"
say_hello("Everybody")
To install credmarkutils, along with the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install -e .[dev]