Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@mattrglobal/rn-bbs-signatures

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mattrglobal/rn-bbs-signatures

An implementation of BBS+ signatures using rust and typescript for react native

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
0
Created
Source

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

FAQs

Package last updated on 03 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts