0.9.0
Released on September 26th, 2025- Supporting both canton 3.3 and 3.4 at the same timeout
localNetStaticConfigadded
Documentation Index
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 addedimport {
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
)