Java SDK
Version 0.1.3
The Java Bot SDK empowers developers with the capability to manage chats and send/receive messages.
Install
Add dependency
Prepare a configuration file
Use https://portal0101.sending.network/ as the public endpoint.
Provide P2P node endpoint
, wallet address
, and private key
in config.yaml:
Create Client
Instance
Client
InstanceOnce the configuration file has been read, create a Client
instance, register the event listener, and initiate the syncing process.
Call API functions
Last updated