Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeternity/aepp-sdk-python
Python SDK for the Æternity blockchain
https://github.com/aeternity/aepp-sdk-python
aeternity blockchain crypto python python3 sdk-python
Last synced: 3 months ago
JSON representation
Python SDK for the Æternity blockchain
- Host: GitHub
- URL: https://github.com/aeternity/aepp-sdk-python
- Owner: aeternity
- License: isc
- Created: 2018-02-09T17:49:48.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-08T03:17:15.000Z (about 2 years ago)
- Last Synced: 2024-08-01T22:51:01.000Z (6 months ago)
- Topics: aeternity, blockchain, crypto, python, python3, sdk-python
- Language: Python
- Homepage: https://aepp-sdk-python.readthedocs.io/
- Size: 1.48 MB
- Stars: 24
- Watchers: 11
- Forks: 16
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-aeternity - Python
- awesome-aeternity - aepp-sdk-python - Outdated, can still be used for regular `SpendTx`. (Development / Software Development Kits (SDKs))
README
# aepp-sdk-python
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Build Status](https://travis-ci.com/aeternity/aepp-sdk-python.svg?branch=develop)](http://travis-ci.com/aeternity/aepp-sdk-python?branch=develop)
[![PyPI version](https://badge.fury.io/py/aepp-sdk.svg)](https://badge.fury.io/py/aepp-sdk)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/aeternity/aepp-sdk-python.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/aeternity/aepp-sdk-python/context:python)
[![Documentation Status](https://readthedocs.org/projects/aepp-sdk-python/badge/?version=latest)](https://aepp-sdk-python.readthedocs.io/en/latest/?badge=latest)Welcome to the [Aeternity](https://aeternity.com) SDK for Python
For support visit the [forum](https://forum.aeternity.com), for bug reports or feature requests visit open an [issue](https://github.com/aeternity/aepp-sdk-python/issues).
### Documentation
- [Stable](https://aepp-sdk-python.readthedocs.io/en/stable/) for the `master` branch (current release).
- [Latest](https://aepp-sdk-python.readthedocs.io/en/latest/) for the `develop` branch### Relevant repositories
- [Aeternity node](https://github.com/aeternity/aeternity)
- [Protocol documentation](https://github.com/aeternity/protocol)### Useful links
- [Mainnet API Gateway](https://mainnet.aeternity.io/v2/status)
- [Mainnet frontend and middleware](https://mainnet.aeternal.io) (Aeternal)
- [Testnet API Gateway](https://mainnet.aeternity.io/v2/status)
- [Testnet frontend and middleware](https://testnet.aeternal.io) (Aeternal)
- [Testnet faucet](https://testnet.faucet.aepps.com)