CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

Build a Web NEO API Explorer #80

Closed nunojusto closed 5 years ago

nunojusto commented 6 years ago

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.