Changelog
Stay updated with the latest changes in the SDK:
Version v0.4 (2025-02-27)
In addition to the Cramium MPC SDK v0.3
(listed below), the v0.4
has the following features:
Added Ton Coin transaction
A new function called
buildTonTransaction
has been added
Added Bitcoin transaction
A new function called
buildBtcTransaction
has been added
Updated Transaction Policy whitelisted and delay time
getCurrentTransactionPolicy
is now getCurrentPolicy.addWhitelistedAddresses
is nowaddWalletAddress
.removeWhitelistedAddresses
is now removeWalletAddress. In addition, the parameterwalletAddress
has been replaced withwalletId
.updateTransactionPolicy
is nowenablePolicy
, which takes two parameters:enabled
andforce
.A new function called
disablePolicy
has been added
Added an
API key
to the authentication process.
Version v0.3 (2025-01-24)
In addition to the Cramium MPC SDK v0.2
(listed below), the v0.3
has the following features:
Delete MPC group
Transaction Policy
Get the current transaction policy for the user
Update the transaction policy for the user
Add a whitelisted address for the user
Remove a whitelisted address for the user
Validate an action for the user
Version v0.2 (2025-12-31)
In addition to the Cramium MPC SDK v0.1
(listed below), the v0.2
has the following features:
New Full MPC mode
Create a wallet with Full MPC mode.
Export the wallet to a secret key.
Key derivation.
Backup
Recovery
Addition to the Mnemonic-compatible MPC mode:
Export to Mnemonic Phrase.
For both modes:
Independent transaction verification.
Supports more chains: Tron and BSC.
Compatible with third-party, such as Dapps through WalletConnect.
Last updated