@signupcash/utils

0.7.0 • Public • Published

@signupcash/utils

Lightweight package providing the necessary functions to use with Signup library. Signup is a non-custodial in-browser DApp wallet for Bitcoin Cash applications on the web.

Setup

You can use this package in NodeJS or in the browser (but you will need a bundler for that)

npm install @signupcash/verify

Below the functions available in this package are briefly mentioned.

verify()

import { verify } from '@signupcash/utils';


if (verify(payload, bchAddr, signature)) {
   // signature is correct!
}

Read the section in our documentation about signatures to understand how to obtain those parameters and what you can do with it!

License

Licensed under Mozilla Public License 2.0

Package Sidebar

Install

npm i @signupcash/utils

Homepage

signup.cash

Weekly Downloads

1

Version

0.7.0

License

MPL-2.0

Unpacked Size

2.46 kB

Total Files

3

Last publish

Collaborators

  • p0o