Last updated 1 year ago
The dappId of dapp where to visit.
Redirect to the app URL
const response = await fetch('https://api-a.meroku.store/o/download/{dappId}', { method: 'GET', headers: {}, }); const data = await response.json();