airbitz-core-js

0.3.6 • Public • Published

Airbitz Javascript core

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.

Package Sidebar

Install

npm i airbitz-core-js

Homepage

airbitz.co

Weekly Downloads

33

Version

0.3.6

License

SEE LICENSE IN LICENSE

Last publish

Collaborators

  • edgyjontz
  • swansontec
  • paullinator
  • thehobbit85
  • mattdpiche
  • samholmes