@voandy57/crypto
v0.2.2
Published
MIST Cryptographic Operations
Downloads
127
Readme
@mistcash/crypto
MIST Cryptographic Operations
Installation
pnpm add @mistcash/cryptoUsage
import { txSecret, txHash } from '@mistcash/crypto';
// read tx from secret
const asset = await contract.read_tx(await txSecret(valKey, valTo))
// tx hash for merkle stuff
const tx_hash = await txHash(valKey, valTo, tokenAddr, amount)Contributing
Head over to https://github.com/mistcash/sdk for details.
License
MIT
