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
- Navigate to the
src/configfolder:
cd src/config
- Update the
sharedNetworks.tsfile:- for
sovereignitem- update the URLs with your own
- update
sovereignContractAddresswith contract address fromsovereignConfig.toml->SubscribedEventsfromOutgoingSubscribedEvents
- for
testnetitem (or the network your sovereign is connected to)- update
sovereignContractAddresswith contract address fromsovereignConfig.toml->SubscribedEventsfromNotifierConfig
- update
- for
Step 3: Start Sovereign Lite Wallet
yarn install
yarn start-sovereign
Read more about deploying lite wallet in GitHub.