Integration test
- 2.Switch to Aptos Testnet
- 3.
- 4.
- via javacript:
`https://partner.m-safe.io/apps/0?url=http://localhost:3000/dapp`
- via SDK:
MSafeWallet.getAppUrl('https://partner.m-safe.io');
For example, if you want to load application URL at
https://localhost:3000/dapp
, the URL for MSafe is https://partner.m-safe.io/apps/0?url=http%3A%2F%2Flocalhost%3A3000%2FdappThe screenshot below shows the interface of a demo dapp in https://github.com/Momentum-Safe/iframe-demo

Here is an example Github repo to interact with MSafe DAPP Store.
Last modified 6mo ago