Learn how to properly initialize and configure the TAC SDK for your application
Network.TESTNET
during development and testing. Switch to
Network.MAINNET
only when deploying to production.TacSdk.create()
method accepts a comprehensive configuration object:
tacSdk.closeConnections()
when your application
shuts down to properly clean up network resources and prevent memory leaks.