Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunes-platform/lunespy
📦 Library for communication with nodes in mainnet or testnet of the lunes-blockchain network Allows the automation of sending assets, issue end reissue tokens, leasing, registry, and create new wallet.
https://github.com/lunes-platform/lunespy
blockchain cryptocurrency lunes python
Last synced: 3 days ago
JSON representation
📦 Library for communication with nodes in mainnet or testnet of the lunes-blockchain network Allows the automation of sending assets, issue end reissue tokens, leasing, registry, and create new wallet.
- Host: GitHub
- URL: https://github.com/lunes-platform/lunespy
- Owner: lunes-platform
- License: apache-2.0
- Created: 2018-07-24T14:27:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T21:01:51.000Z (over 2 years ago)
- Last Synced: 2024-04-19T19:06:02.511Z (9 months ago)
- Topics: blockchain, cryptocurrency, lunes, python
- Language: Python
- Homepage: https://lunes-platform.github.io/telescope/
- Size: 734 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# LunesPy
📦 Library for communication with nodes in mainnet or testnet of the lunes-blockchain network Allows the automation of sending assets, issue end reissue tokens, leasing, registry, and create new wallet.
[![CodeQL](https://github.com/lunes-platform/lunespy/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/lunes-platform/lunespy/actions/workflows/codeql-analysis.yml)
[![Test](https://github.com/lunes-platform/lunespy/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/lunes-platform/lunespy/actions/workflows/test.yml)
![PyPI](https://img.shields.io/pypi/v/lunespy)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/lunespy)![PyPI - Downloads](https://img.shields.io/pypi/dm/lunespy)
![GitHub last commit](https://img.shields.io/github/last-commit/lunes-platform/lunespy)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/lunes-platform/lunespy)![PyPI - License](https://img.shields.io/pypi/l/lunespy)
![Discord](https://img.shields.io/discord/958424925453058158)---
## Table of Contents
- [Credits](#credits)
- [How to install](#how-to-install)
- [How it works](#how-it-works)
- [Contributing](#contributing)
- [License](#license)## Credits
[![GitHub Contributors Image](https://contrib.rocks/image?repo=lunes-platform/lunespy)](https://github.com/lunes-platform/lunespy/graphs/contributors)
## How to install
```
pip install lunespy
``````
poetry add lunespy
```## How it works
- see the docs: [Telescope](https://lunes-platform.github.io/telescope)
## Contributing
- Before read a code of conduct: **[CODE_OF_CONDUCT](CODE_OF_CONDUCT.md)**
- Follow the guide of development: **[CONTRIBUTING](CONTRIBUTING.md)**## License
[Apache v2.0](LICENSE)