Is there any Restful API for Burstcoin?
-
What kind of programming language knowledge need to make app integrated Burstcoin? Is there any API what deals with JSON.
Is web development knowledge such as PHP, Javascript, HTML/CSS enough to get payment or pay someone with burstcoin?Anyone please give some links of resources specially related to Burstcoin App creation?
-
Yes here is what you are looking for:
API Overview
http://localhost:8125/testJava API implementation:
https://github.com/BurstProject/burstcoin/blob/master/src/java/nxt/http/APIServlet.java
-
http://localhost:8125/test I am trying to figure out how to get info from here and post on my pool.
Like just getBlock and submit gives the last block winner and everything . But I have no clue!