Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallet SDK 0.9.0 release notes.
localNetStaticConfig
import { WalletSDKImpl, localNetAuthDefault, localNetLedgerDefault, localNetTopologyDefault, localNetTokenStandardDefault, localNetStaticConfig, } from '@canton-network/wallet-sdk' const sdk = new WalletSDKImpl().configure({ logger, authFactory: localNetAuthDefault, ledgerFactory: localNetLedgerDefault, topologyFactory: localNetTopologyDefault, tokenStandardFactory: localNetTokenStandardDefault, }) await sdk.connectTopology(localNetStaticConfig.LOCALNET_APP_VALIDATOR_URL) sdk.tokenStandard?.setTransferFactoryRegistryUrl( localNetStaticConfig.LOCALNET_REGISTRY_API_URL )
Was this page helpful?