Skip to main content

Wallet service

Deploy Lite Wallet

Step 1: Get the mx-lite-wallet-dapp Repository

git clone https://github.com/multiversx/mx-lite-wallet-dapp.git

Step 2: Update sovereign configuration file

  1. Navigate to the src/config folder:
cd src/config
  1. Update the config.sovereign.ts file:
    • for sovereign item
      • update the URLs with your own
      • update sovereignContractAddress with contract address from sovereignConfig.toml -> SubscribedEvents from OutgoingSubscribedEvents
    • for testnet item (or the network your sovereign is connected to)
      • update sovereignContractAddress with contract address from sovereignConfig.toml -> SubscribedEvents from NotifierConfig

Step 3: Start Sovereign Lite Wallet

yarn install
yarn start:sovereign

Read more about deploying lite wallet in GitHub.