UNPKG

keychain.js

Version:

KeyChain JavaScript API wrapper repository

5 lines (3 loc) 134 B
const Keychain = require('./keychain'); const KeychainWeb3 = require('./keychainWeb3'); module.exports = { Keychain, KeychainWeb3 };