neo3-python

Python SDK for the NEO 3 blockchain


Keywords
neo3, python, SDK
License
MIT
Install
pip install neo3-python==0.1.1

Documentation

CoZ logo

neo3-python

https://circleci.com/gh/CityOfZion/neo3-python.svg?style=shield

This SDK intends to provide building blocks for Python developers to interact with the NEO blockchain as a means to lower the entry barrier.

It is a work in progress and thus you can expect that not all parts of the blockchain are supported. What is present should be functioning correctly unless explicitely mentioned (e.g. because they depend on structures not yet available).

Please report any issues on Github or submit ideas how to improve the SDK.

Quick install

pip install wheel neo3-python

or

git clone https://github.com/CityOfZion/neo3-python.git
cd neo3-python
pip install wheel -e .

For full documentation including more elaborate install instructions go to https://neo3-python.coz.io/docs/.

Roadmap

Over time the following components are expected to be implemented starting with the items in "SDK Core". As we release versions and receive feedback components may be added or restructured. Some components may end up living in separate repositories but be included here by default (e.g. virtual machine implementations).

SDK overview

  • Core (v0.1)
  • Network (v0.1)
  • Storage (v0.1)
  • Virtual Machine
  • Smart contracts

FAQ

1. make docs fails with no theme named 'neo3' found (missing theme.conf?). -> python setup.py install. Try again.