Status: super rough, APIs are subject to change
A Python library for development of applications that are using NEAR platform.
First, install the package in development mode:
python setup.py develop
To run tests, use nose (pip install nose
):
cd test && python3 example.py
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE and LICENSE-APACHE for details.