MPC API
1/2. Create wallet /create_wallet
/create_wallet
1. Generate a new Ed25519 keypair
2. Get derive and wallet_id from the wallet_derive_public_key
derive and wallet_id from the wallet_derive_public_key3. Construct the proof message
4. Sign the hashed message
5. Assemble the full request
2/2.Sign massage /sign
/sign
Last updated