Package Exports
- @keystonehq/eth-keyring
- @keystonehq/eth-keyring/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@keystonehq/eth-keyring) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eth-keyring
This package is the Keystone implementation of MetaMaskKeyring
which used in bnc-onboard
.
It uses keystone-sdk as interaction provider to be used in web.
Install
yarn add @keystonehq/eth-keyring
npm install --save @keystonehq/eth-keyring
Usage
Please check out https://github.com/blocknative/onboard/blob/develop/src/modules/select/wallets/keystone.ts for more details.