WavesJ icon indicating copy to clipboard operation
WavesJ copied to clipboard

Java library for interacting with the Waves blockchain.

Results 16 WavesJ issues
Sort by recently updated
recently updated
newest added

enhancement
help wanted
good first issue

Add ability to compile Ride smart-contracts locally.

enhancement

Add support for GRPC node extension. ```java NodeGrpc node = new NodeGrpc("grpc.wavesnodes.com", 6870); ```

enhancement
help wanted

Write javadoc for all the classes and public methods in WavesJ. Usage examples of the methods are welcome right in the javadoc.

help wanted
good first issue

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...

enhancement
help wanted
good first issue