CityOfZion/neo-local

Build a Web NEO API Explorer

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
This service/tool will help explore the NEO API with a simple browsing experience.
It will give users/developers a way query (make API calls) the nodes via browser using forms.
We can see similar services for bitcoin here http://chainquery.com/bitcoin-api

Describe the solution you'd like
The site will be like a wiki of all API calls. Easy to navigate and fast.
Should be build with static pages using a static page generator, like Hugo.

Describe alternatives you've considered
Using PHP and mysql, but that will just make it more complex without any advantage.