How do I go from my Suibase required base64 private key to
TS SDK required pvt key which is the same as the pvt key in the chrome wallets.
const keypair = Ed25519Keypair.fromSecretKey(Buffer.from(privateKey, 'base64'));
The pvt key from the chrome wallets don't work on a regen.
Thx
How do I go from my Suibase required base64 private key to
TS SDK required pvt key which is the same as the pvt key in the chrome wallets.
The pvt key from the chrome wallets don't work on a regen.
Thx