Skip to main content

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.


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 hashes)

Uploaded Source

Built Distribution

risesdk-0.10.0-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page