Skip to content

This repository contains the credmarkutils PyPI package for pythonic wrappers and tools for blockchain interaction.

License

Notifications You must be signed in to change notification settings

credmark/credmarkutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credmark Utils

The purpose of this project is to create pythonic wrappers and tools for blockchain interaction.

Installation

Run the following to install:

pip install credmarkutils

Usage

from helloworld import say_hello

# Generate "Hello, World!"
say_hello()

# Generate "Hello, Everybody!"
say_hello("Everybody")

Developing Credmark Utils

To install credmarkutils, along with the tools you need to develop and run tests, run the following in your virtualenv:

$ pip install -e .[dev]

About

This repository contains the credmarkutils PyPI package for pythonic wrappers and tools for blockchain interaction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages