8000 GitHub - javascriptit/airbitz-core-js: Airbitz Core Javascript implementation. Provides Airbitz account and wallet functionality for NodeJS/HTML/React Native apps
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Airbitz Core Javascript implementation. Provides Airbitz account and wallet functionality for NodeJS/HTML/React Native apps

License

Notifications You must be signed in to change notification settings

javascriptit/airbitz-core-js

 
 

Repository files navigation

Airbitz Javascript core

Build Status

js-standard-style

This library implements the Airbitz Edge Security login infrastructure. It runs inside a client application, and provides zero-knowledge access to cryptographic keys and other secrets via a familiar password-based login system.

Setup

Run npm install to download dependencies and build the library, then run npm test to run the tests.

The bundled library uses only ES5 feature thanks to Bublé, but we do require the following ES2015 features either natively or as pollyfills:

  • Object.assign
  • Promise
  • Uint8Array

If you want to run in the browser, you must also have:

  • fetch
  • localStorage
  • Window.crypto.getRandomNumbers

Account Management UI

To quickly get up and running with the UI for account creation, login, and management (change PIN/password), use airbitz-core-js-ui.

Documentation

See https://developer.airbitz.co/javascript/

Developing

All sources are in the JavaScript Standard Style.

About

Airbitz Core Javascript implementation. Provides Airbitz account and wallet functionality for NodeJS/HTML/React Native apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0