Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Lightweight SDK API #883

Open
ixje opened this issue Feb 13, 2019 · 1 comment
Open

Lightweight SDK API #883

ixje opened this issue Feb 13, 2019 · 1 comment

Comments

@ixje
Copy link
Member

ixje commented Feb 13, 2019

This is a roadmap milestone item.
See the Roadmap project on the side bar for more information where it fits in the bigger picture.
See the Lightweight SDK API project on the side bar for a breakdown of items and progress.

Rationale

Current users seeking to interact with the NEO Blockchain through Python have a steep learning curve ahead when having to use neo-python (as a result of suboptimal documentation). On top of that they’ll likely have to run their own full node which is not always needed or more important wanted/possible.

In order to ease their entry into the NEO ecosystem via Python we want to support a light weight API that acts more like Neon-js and NeoModules. These rely on public RPC nodes, NeoScan and alike for providing Blockchain related data and broadcasting capabilities.

@ixje ixje added this to To do in Roadmap Feb 13, 2019
@ixje ixje added this to To do in Lightweight SDK API Feb 13, 2019
@lock9
Copy link

lock9 commented Mar 6, 2019

Hello. I'm working on this task. I'm porting neo-modules(https://github.com/CityOfZion/NeoModules) to python:
https://github.com/simplitech/neo-modules-python

So far I implemented Neo RPC and Neo Scan, I have unit tests for both:
https://github.com/simplitech/neo-modules-python/blob/master/NeoModules/RPC/RPCTests.py
https://github.com/simplitech/neo-modules-python/blob/master/NeoModules/Rest/NeoScan/NeoScanTests.py

A few conditions I couldn't test, but I implemented tests for almost everything possible

@ixje ixje moved this from To do to In progress in Roadmap Mar 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Roadmap
  
In progress
Development

No branches or pull requests

2 participants