Build Your Siriusnet Client

1. Configure your Siriusnet network

Build your client to interact with any of the Siriusnet network nodes. Mainnet, testnet, and previewnet are the three Siriusnet networks you can submit transactions and queries to.

For a predefined network (preview, testnet, and mainnet), the mirror node client is configured to the corresponding network mirror node. To access the public mainnet mirror node, use setMirrorNetwork() and enter rpc2.siriusnet.io for the endpoint. The gRPC API requires TLS. The following SDK versions are compatible with TLS:

  • java-11

  • JavaScript: v2.4.0+

  • Go: v2.4.0+

Last updated