1.1.0 • Published 9 days ago

@mattrglobal/rn-bbs-signatures v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 days ago

rn-bbs-signatures

A wrapper around the rust implementation of BBS+ signatures for react native

Using

Installation

With npm

npm install rn-bbs-signatures

Or yarn

yarn add rn-bbs-signatures

API

import { generateBls12381G2KeyPair } from "rn-bbs-signatures";

const keyPair = await generateBls12381G2KeyPair();

Contributing

We use Yarn as the package manager for this library

To install the required dependencies run

yarn install --frozen-lockfile
yarn bootstrap

To build the library run

yarn build

To run the local app on IOS

yarn example ios

To run the local app on Android

yarn example android

Project setup

This project was scaffolded using Bob

1.1.0

7 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.0

2 years ago

0.1.0

3 years ago