Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/sovereign/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ sudo apt install redis
sudo systemctl start redis
sudo systemctl enable redis
```

## Prerequisites

### Sovereign network deployed

Before starting the services it is required to have a full sovereign network running, see [setup guide](/sovereign/local-setup).
1 change: 1 addition & 0 deletions docs/sovereign/sovereign-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ git clone https://github.com/multiversx/mx-lite-wallet-dapp.git
2. Update the `sharedNetworks.ts` file:
- for `sovereign` item
- update the URLs with your own
- update `WEGLDid` with the sovereign native token identifier from `config.toml` -> `BaseTokenID`
- 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`
Expand Down
Loading