An open API service indexing awesome lists of open source software.

https://github.com/matrixai/polykey-mobile

Polykey Mobile - Open Source Decentralized Secret Sharing System for Zero Trust Workflows
https://github.com/matrixai/polykey-mobile

Last synced: 4 months ago
JSON representation

Polykey Mobile - Open Source Decentralized Secret Sharing System for Zero Trust Workflows

Awesome Lists containing this project

README

          

# PolyKey Nativescript

> Portable control of your PolyKey nodes

## Usage

``` bash
# Install dependencies
npm install

# Preview on device
tns preview

# Build, watch for changes and run the application
tns run

# Build, watch for changes and debug the application
tns debug

# Build for production
tns build --env.production

```