Skip to content

t-kimber/pylisk

Repository files navigation

PyLisk: A Python library to interact with the Lisk blockchain.

GitHub Actions Build Status codecov License: MIT Code style: black

A Python library for interacting with the Lisk blockchain.

Installation

Prerequisites: Anaconda + Git.

  1. Clone the GitHub repository:
git clone https://github.com/t-kimber/pylisk.git
  1. Change directory:
cd pylisk
  1. Create the conda environment:
conda env create -n pylisk -f devtools/conda-envs/test_env.yaml
  1. Activate the environment:
conda activate pylisk
  1. Install the pylisk package:
pip install -e .
  1. Verify the installation:
pylisk -h

Examples

To send a transaction, run the following:

pylisk send -h

To vote for a delegate, run the following:

pylisk vote -h

Pylisk in action

Pylisk in action

Copyright

Copyright (c) 2021, Talia B. Kimber

Acknowledgements

Project based on the Computational Molecular Science Python Cookiecutter version 1.6.

About

A Python library to interact with the Lisk blockchain.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published