SetNAGKey & SetNAGURL
After successfully including the library, it's time to configure the URL and key of the Network Access Gateway (NAG) for interacting with Circular.
Circular.SetNAGKey([your key]);
Circular.SetNAGURL([NAG URL]);
You can find the URLs for native NAGs in our SDK documentation, while a list of third-party NAGs will be provided in the future.
If you plan to use the SandBox blockchain for testing, you can use an empty ("") NAG key.
Last updated