> For the complete documentation index, see [llms.txt](https://docs.onto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onto.app/integrate-onto-in-mobile-dapp.md).

# Integrate ONTO in Mobile DApp

## Wallet Integration&#x20;

ONTO app supports the common practice of wallet integration, which is also supported by Metamask.&#x20;

For example,

```javascript
var web3 = new Web3(Web3.givenProvider);
```

Use `window.ethereum.isONTO`to differentiate with other wallets.

Please read more about ONTO Web3 js [here](https://github.com/ONTO-Data-Wallet/ONTO-web3-provider).

## Resources

Name: ONTO Wallet&#x20;

Resource kit: [https://www.onto.app/ONTO Media Kits.zip](https://www.onto.app/ONTO%20Media%20Kits.zip)
