Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openrepublic/py-leap

Python Antelope SDK
https://github.com/openrepublic/py-leap

Last synced: 28 days ago
JSON representation

Python Antelope SDK

Awesome Lists containing this project

README

        

# `py-leap`

### Python Antelope Framework

`CLEOS` http api & docker based automated end-to-end tests with `pytest`

### Quickstart

Requirements:

- `git`
- `python` >=3.9
- `poetry` -> https://python-poetry.org/

```

git clone https://github.com/guilledk/py-leap.git -b v0.1a27

cd py-leap

poetry install --with=dev --with=snaps

poetry shell

pytest tests/test_libre_dex.py

```