A simple example showing the usage of ARK JAVA SDK packages.
In this example:
- How to query for a wallet and receive the Nonce number
- How to create a new transaction
- How to sign a transaction
- How to send transaction to ARK Develop Network
This example uses our SDK Java packages, that can be found at:
For the purpose of the example, both SDK packages are build with gradle fatJar
in the root folders of the repositories above.
To run transfer example we execute the following:
gradle transferExample
To run MultiPayment example we execute the following:
gradle multiPaymentExample