1.7.0 • Published 8 months ago

mpc-crypto-wallet v1.7.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

example

import {generate, sign} from 'mpc-wallet-crypto';
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);

https://stackoverflow.com/questions/41292559/could-not-find-a-declaration-file-for-module-module-name-path-to-module-nam

1.7.0

8 months ago

1.6.0

8 months ago

1.5.1

8 months ago

1.5.0

8 months ago

1.4.0

8 months ago

1.3.0

8 months ago

1.0.0

12 months ago