SodotSigner
class, which implements the BaseSigner
interface:
SodotSigner
instance for the selected blockchaingetPubkey()
to generate or retrieve the MPC keySodotSigner
to sign the encoded transactionsrc/adamik
directory:
encodePubkeyToAddress.ts
: Converts a public key to a blockchain addressencodeTransaction.ts
: Prepares a transaction for signingbroadcastTransaction.ts
: Broadcasts a signed transaction to the networksrc/signers/Sodot.ts
file for the MPC implementation and the src/adamik
directory for the API integration.