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/config
folder:
cd src/config
- Update the
config.sovereign.ts
file:- for
sovereign
item- update the URLs with your own
- update
sovereignContractAddress
with contract address fromsovereignConfig.toml
->SubscribedEvents
fromOutgoingSubscribedEvents
- for
testnet
item (or the network your sovereign is connected to)- update
sovereignContractAddress
with contract address fromsovereignConfig.toml
->SubscribedEvents
fromNotifierConfig
- update
- for
Step 3: Start Sovereign Lite Wallet
yarn install
yarn start:sovereign
Read more about deploying lite wallet in GitHub.