Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1.19 KB

blockgum-integration.md

File metadata and controls

27 lines (27 loc) · 1.19 KB

#Blockgum Multichain EVM wallet

Integration with Blockgum Wallet Server App

#Setup

Follow instructions on https://github.com/blockgum/blockgum
  1. Download https://github.com/iancoleman/bip39 release [disconnect from internet optional]
  2. Once setup is completed grab xprv and xpub from your seeds with following path m/44'/60'/0'/0
  3. make sure coin selected is ETH
  4. Under derivation path select bip32
  5. Client : Custom derivation path
  6. Path : m/44'/60'/0'/0
  7. Paste or Generate mnemonics
  8. Check 0th address is same as showing in metamask [ to confirm everything is fine]
  9. Copy [BIP32 Extended Private Key and BIP32 Extended Public Key]
  10. Paste above information while blockgum setup
  11. Copy server from blockgum setup and save it to https://dash.blockgum.com/
  12. Make order on Blockgum Dashboard
  13. After order goto Orders > click activate
  14. Select Server information from dropdown
  15. Copy license or scan it with Blockgum App to update
  16. Change CLIENTID in .env file
  17. restart blockgum app using systemctl restart blockgum
  18. Paste blockgum info to Admin/Options in exchange admin area.
  19. Check yoursite.com/Test/blockgum [under debug on] to see if blockgum is wokring