CEX Integration Guide
  • Introduction
  • Circular's Public Blockchains
  • SDK Library
  • Networks
  • Local Calls
    • Retrieve Wallet
    • Retrieve Wallet Balance for a Specific Asset
    • Resolve Domain Name
    • Retrieve Asset Supply
    • Retrieve Blockchain Block Height
    • Retrieve a Single Block
    • Retrieve a Set of Blocks
    • Retrieve List of Blockchains
    • Retrieve Transaction by ID
    • Retrieve Transaction by Address
    • Retrieve Transaction by Date
  • Transactions
    • Transaction Composition
    • Calculating a Transaction Hash
    • Submitting a Transaction
    • Transaction Finality
  • Wallet Creation
    • Creating a Wallet
    • Wallet Generation (Read Warning)
  • Appendix
  • Node.js
    • Page 1
Powered by GitBook
On this page

Networks

For an exchange specific NAG, please contact the Circular labs team: info@circularlabs.io

Both testnet and mainnet are available on the Circular network. After successfully integrating with the testnet, you can seamlessly transition to the mainnet by registering the same addresses and updating the network URL using the SetNagURL method. If the network URL is not specified, the library will default to the testnet.

Circular.SetNAGURL(‘network URL’);
PreviousSDK LibraryNextRetrieve Wallet

Last updated 7 months ago