1.8.12 • Published 12 months ago

@luxwallet/lux-sign v1.8.12

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

@luxwallet/lux-sign

Getting Started

install by npm, yarn etc

npm i -S @luxwallet/lux-sign
# or
yarn add @luxwallet/lux-sign

APIs

Signature

For every use cases, we provide two kinds of implementations: by Javascript and by WebAssembly. for example:

import * as SignWasm from '@luxwallet/lux-sign/es/sign-wasm-lux'

Development

Build

# build for web
npm run build:umd

# build for nodejs/react-native
npm run build:cjs

Test

We use jest, ts-jest to test source code, in all spec files, we import members to be test from ./src DIRECTLY

npm run test
1.8.12

12 months ago

1.8.11

12 months ago