# Connecting from an External Browser

The dApp uses the [Sui Wallet Standard](https://docs.sui.io/standards/wallet-standard) to enable discoverability with Sui wallets. The only wallet currently supported with the EVE Frontier dApps is [Eve Vault](https://github.com/evefrontier/builder-documentation/blob/main/EveVault/README.md).

Open a browser and connect to [https://dapps.evefrontier.com/?tenant=stillness](https://test.dapps.evefrontier.com/?tenant=stillness) (Stillness) or <https://uat.dapps.evefrontier.com/?tenant=utopia> (Utopia).

![Eve dApp Connect View](https://3422455832-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjououNqaED1JlIqLVkpm%2Fuploads%2Fgit-blob-ed626ad2530520b7e6e80c5ecf77ffadb6ccacd9%2Fconnect-evevault.png?alt=media)

Click on Connect with EVE Vault. This will prompt your EVE Vault extension to connect. If EVE Vault is currently locked, you will see a pop-up with a prompt to enter your PIN.

![Eve Vault Unlock Popup](https://3422455832-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjououNqaED1JlIqLVkpm%2Fuploads%2Fgit-blob-a847b14751fe700f38e9c3120a4e781044501e5e%2Fdapp-evevault-unlock.png?alt=media)

### Connected tenant and itemId

The selected assembly is determined by using query parameters from the URL. `?tenant` and `?itemId` must be defined.

ItemId is the in-game game item ID, e.g. `1000000012345`.

Your completed URL should look something like `https://dapps.evefrontier.com/?tenant=stillness&itemId=12345...`
