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.
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
To quickly get up and running with the UI for account creation, login, and management (change PIN/password), use airbitz-core-js-ui.
See https://developer.airbitz.co/javascript/
All sources are in the JavaScript Standard Style.