Skip to content

A comprehensive Python module for handling Sumokoin cryptocurrency

License

Notifications You must be signed in to change notification settings

sumoprojects/sumokoin-python

 
 

Repository files navigation

Python Sumokoin module

A comprehensive Python module for handling Sumokoin cryptocurrency.

Copyrights

Released under the BSD 3-Clause License. See LICENSE.txt.

Copyright (c) 2019 Sumokoin Project

Copyright (c) 2017-2018 Michał Sałaban <michal@salaban.info> and Contributors: lalanza808, cryptochangements34, atward, rooterkyberian, brucexiu, lialsoftlab, moneroexamples.

Copyright (c) 2016 The MoneroPy Developers (sumokoin/base58.py and sumokoin/ed25519.py taken from MoneroPy)

Copyright (c) 2011 thomasv@gitorious (sumokoin/seed.py based on Electrum)

Want to help?

If you find this project useful, please consider a donation to the following address: Sumoo64zh7dRFyB8dgDWZMLmzKBgGXYWZCG4NBF2VcvzEuiSQpMjyyiYJ1Ra696pZu56PPFQNBDdB1rZjyeX1RVKeWZgHg7pTxj

Development

  1. Clone the repo
  2. Create virtualenv & activate it
python3 -m venv .venv
source .venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt -r test_requirements.txt
  1. Do your thing
  2. Run tests
pytest

About

A comprehensive Python module for handling Sumokoin cryptocurrency

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%