jolocom / rust-multi-target

1 stars 3 forks source link

Jolocom Native Core Bindings

This package contains Node and React Native bindings for jolocom/wallet-rs and jolocom/keriox

This is intended to be used through jolocom/vaulted-key-provider

It was originally based on the amazingReact Native Substrate Sign, from Parity.

Build and Develop

Requirements

* It's recommended to install Android Studio and use that to install the necessary build tools and SDKs for the Android version you want to test on. It's also the best way to test in the emulator.

Setup

./scripts/init.sh

Develop

After update the rust code, you need to change the following files for updating the interface to native android and ios code.

Test

yarn test

Build

./scripts/build.sh