WavesJ
WavesJ copied to clipboard
Java library for interacting with the Waves blockchain.
Add support for GRPC node extension. ```java NodeGrpc node = new NodeGrpc("grpc.wavesnodes.com", 6870); ```
Write javadoc for all the classes and public methods in WavesJ. Usage examples of the methods are welcome right in the javadoc.
There are methods in the Node API that allow you to request information about several listed entities at once: - GET/POST `/addresses/balance` - GET/POST `/addresses/data/{address}` - GET `assets/details` - GET/POST...