0.3.3 • Published 1 year ago
@luxfi/lux-sign v0.3.3
@luxfi/lux-sign
Getting Started
install by npm, yarn etc
npm i -S @luxfi/lux-sign
# or
yarn add @luxfi/lux-signAPIs
Signature
For every use cases, we provide two kinds of implementations: by Javascript and by WebAssembly. for example:
import * as SignWasm from '@luxfi/lux-sign/es/sign-wasm-lux'Development
Build
# build for web
npm run build:umd
# build for nodejs/react-native
npm run build:cjsTest
We use jest, ts-jest to test source code, in all spec files, we import members to be test from ./src DIRECTLY
npm run test0.3.3
1 year ago