1.1.0 • Published 1 year ago

mpc-wallet-test v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

example

import {generate, sign} from 'mpc-wallet-test';
const keys = await generate();
console.log(keys);

const shards = [
    '<shard>',
    '<shard>',
    '<shard>'
  ];
const data = "trade data";
const signHash = await sign(data, shards);
console.log(signHash);
1.1.0

1 year ago

1.0.0

1 year ago