Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mattrglobal/pairing-crypto-rn

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mattrglobal/pairing-crypto-rn

A native module implementation of the 'pairing crypto' crate for React Native

  • 0.4.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

React Native Wrapper

The following directory contains a native module implementation of the "pairing crypto" crate for usage in the React Native ecosystem.

Using

Installation

With npm

npm install @mattrglobal/pairing-crypto-rn

Or yarn

yarn add @mattrglobal/pairing-crypto-rn

API

import { bbs } from '@mattrglobal/pairing-crypto-rn';

const keyPair = await bbs.bls12381_sha256.generateKeyPair();

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

This command will build build all the dependant native wrappers and copy the build artifacts into the React Native wrapper to be available to consume.

yarn build:all

To run the local app on iOS

yarn example ios

To run the local app on Android

yarn example android

To run the Detox E2E tests on iOS

yarn detox:build:ios
yarn detox:ios

To run the Detox E2E tests on Android

yarn detox:build:android
yarn detox:android

Keywords

FAQs

Package last updated on 22 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc