Skip to content
/ clove Public

Exchange cryptocurrencies in a trustless manner using atomic swaps and an easy Python interface.

License

Notifications You must be signed in to change notification settings

Lamden/clove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a201d1 · Jan 23, 2019
Jan 23, 2019
Nov 28, 2018
Nov 28, 2018
Nov 28, 2018
Oct 17, 2018
Nov 28, 2018
Jan 19, 2018
Jun 14, 2018
Sep 21, 2018
Nov 28, 2018
Jan 17, 2018
Jan 17, 2018
Oct 5, 2018
Jun 14, 2018
May 15, 2018
Nov 27, 2018

Repository files navigation

Clove Build Status

version number: 1.2.16

Overview

Clove is a library that makes atomic swaps between chains easy.

Documentation available at lamden.github.io/clove.

Installation

To install use pip:

$ pip install clove

Or clone the repo:

$ git clone https://github.com/Lamden/clove.git
$ python setup.py install

Development

Getting started

$ git clone https://github.com/Lamden/clove.git
$ cd clove
$ virtualenv venv --python=python3.6
$ . venv/bin/activate
$ python setup.py develop

Running tests

Install requirements:

$ pip install -e '.[testing]'

To run all linters and tests:

$ tox

If you want to run a specyfic test

$ py.test -k test_name

Documentation

Installing requirements:

$ pip install -e '.[docs]'

Documentation preview:

$ make livedocs

Updating docs for master branch

$ make gh-pages

About

Exchange cryptocurrencies in a trustless manner using atomic swaps and an easy Python interface.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published