Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 306 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 306 Bytes

simulation wallet

simulation wallet can simulation metamask wallet

How to init ?

  1. run yarn build

  2. you need import 'dist/index.js'

  3. init initWallet

// exapmle
const config = {
    pr: '', //privateKey
    chainId: 5,
    rpcUrl: '' // rpcUrl
}
window.initWallet(config)