APIs for interacting with the RISE blockchain
Project description
# RISE Python SDK
Python library that provides APIs for interacting with the RISE blockchain.
## Getting started
The simplest way to get started is to use pip to install this library:
```
pip install risesdk
```
The Python APIs are (mostly) strongly typed to help your IDE help you write code faster.
Here's a very simple program that prints out the current height of the chain:
```python
from risesdk import Client
api = Client('https://wallet.rise.vision/api/')
status = api.blocks.get_status()
print('Chain height: {}'.format(status.height))
```
For more complete examples check out the [examples/](https://github.com/RiseVision/rise-py/tree/master/examples) directory.
Python library that provides APIs for interacting with the RISE blockchain.
## Getting started
The simplest way to get started is to use pip to install this library:
```
pip install risesdk
```
The Python APIs are (mostly) strongly typed to help your IDE help you write code faster.
Here's a very simple program that prints out the current height of the chain:
```python
from risesdk import Client
api = Client('https://wallet.rise.vision/api/')
status = api.blocks.get_status()
print('Chain height: {}'.format(status.height))
```
For more complete examples check out the [examples/](https://github.com/RiseVision/rise-py/tree/master/examples) directory.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
risesdk-0.10.0.tar.gz
(11.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
risesdk-0.10.0-py3-none-any.whl
(13.4 kB
view details)
File details
Details for the file risesdk-0.10.0.tar.gz.
File metadata
- Download URL: risesdk-0.10.0.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
243fc7b156dec311f636abea479535799431c7ae2525547030e4dee9871dd609
|
|
| MD5 |
9162ed2032c48633d8dfa1e4094a8c9e
|
|
| BLAKE2b-256 |
620d7c6cac4621869b15fe18129fd01fe510675a39ebdcffc33e9b3941475afd
|
File details
Details for the file risesdk-0.10.0-py3-none-any.whl.
File metadata
- Download URL: risesdk-0.10.0-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11c2c84c788b2e29206077c7ca6aff5fc2982f26b53ca4f04fea0e487e91ffbe
|
|
| MD5 |
35a3d6cc4a2c02d7f3e42cf2881b5723
|
|
| BLAKE2b-256 |
f2a3163c644f9744f60d1d59ef334a1fecb62f9ffbd058def3acc6f02b72a9ea
|