Repository
Provides hierarchical deterministic key generation, storage, and management.
General purpose cryptography is found in eosjs-ecc library.
Usage
let Keystore Keygen = Eos = sessionConfig = timeoutInMin: 30 uriRules: 'owner' : '/account_recovery' 'active': '/(transfer|contracts)' 'active/**': '/producers' keystore = eos = Eos Keygen
See ./API
Development
let Keystore Keygen =
Use Node v8+ (updates package-lock.json
)
Browser
git clone https://github.com/EOSIO/eosjs-keygen.gitcd eosjs-keygennpm installnpm run build# builds: ./dist/eosjs-keygen.js
Runtime Environment
Node 6+ and browser (browserify, webpack, etc)
Built with React Native in mind, create an issue if you find a bug.