0.2.0-beta.3 • Published 1 year ago

@cardinal-cryptography/shielder-sdk-crypto-mobile v0.2.0-beta.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@cardinal-cryptography/shielder-sdk-crypto-mobile

shielder-sdk cryptography bindings for react native

Usage

npm install @cardinal-cryptography/shielder-sdk-crypto-mobile
import { RNCryptoClient } from '@cardinal-cryptography/shielder-sdk-crypto-mobile';
import { CryptoClient } from '@cardinal-cryptography/shielder-sdk-crypto';

const client: CryptoClient = new RNCryptoClient();

Building

# Install dependencies
yarn

# Build ios rust targets and bindings
yarn ubrn:ios
# Build android rust targets and bindings
yarn ubrn:android

License

Apache-2.0


Made with create-react-native-library and uniffi-bindgen-react-native