# Table of contents

## 👻 Introduction

* [Introduction](README.md)
* [Developer Settings](introduction/developer-settings.md)

## 🟪 Getting Started With Solana

* [Getting Started With Solana](getting-started-with-solana/integrating-phantom.md)
* [Detecting the Provider](getting-started-with-solana/detecting-the-provider.md)
* [Establishing a Connection](getting-started-with-solana/establishing-a-connection.md)
* [Sending a Legacy Transaction](getting-started-with-solana/sending-a-transaction.md)
* [Sending a Versioned Transaction](getting-started-with-solana/sending-a-transaction-1.md)
* [Signing a Message](getting-started-with-solana/signing-a-message.md)
* [Error Messages and Codes](getting-started-with-solana/errors.md)

## 🔷 Getting Started with Ethereum & Polygon

* [Getting Started with Ethereum and Polygon](getting-started-with-ethereum-and-polygon/getting-started.md)
* [Detecting the Provider](getting-started-with-ethereum-and-polygon/detecting-the-provider.md)
* [Establishing a Connection](getting-started-with-ethereum-and-polygon/establishing-a-connection.md)
* [Sending a Transaction](getting-started-with-ethereum-and-polygon/sending-a-transaction.md)
* [Signing a Message](getting-started-with-ethereum-and-polygon/signing-a-message.md)
* [Provider API Reference](getting-started-with-ethereum-and-polygon/provider-api-reference/README.md)
  * [Properties](getting-started-with-ethereum-and-polygon/provider-api-reference/properties/README.md)
    * [isPhantom](getting-started-with-ethereum-and-polygon/provider-api-reference/properties/isphantom.md)
    * [chainId](getting-started-with-ethereum-and-polygon/provider-api-reference/properties/chainid.md)
    * [networkVersion](getting-started-with-ethereum-and-polygon/provider-api-reference/properties/networkversion.md)
    * [selectedAddress](getting-started-with-ethereum-and-polygon/provider-api-reference/properties/selectedaddress.md)
    * [\_events](getting-started-with-ethereum-and-polygon/provider-api-reference/properties/\_events.md)
    * [\_eventsCount](getting-started-with-ethereum-and-polygon/provider-api-reference/properties/\_eventscount.md)
  * [Events](getting-started-with-ethereum-and-polygon/provider-api-reference/events/README.md)
    * [Connect](getting-started-with-ethereum-and-polygon/provider-api-reference/events/connect.md)
    * [Accounts Changed](getting-started-with-ethereum-and-polygon/provider-api-reference/events/accounts-changed.md)
    * [Disconnect](getting-started-with-ethereum-and-polygon/provider-api-reference/events/disconnect.md)
    * [Chain Changed](getting-started-with-ethereum-and-polygon/provider-api-reference/events/chain-changed.md)
  * [Methods](getting-started-with-ethereum-and-polygon/provider-api-reference/methods/README.md)
    * [isConnected](getting-started-with-ethereum-and-polygon/provider-api-reference/methods/isconnected.md)
    * [request](getting-started-with-ethereum-and-polygon/provider-api-reference/methods/request.md)
  * [Error Messages & Codes](getting-started-with-ethereum-and-polygon/provider-api-reference/errors.md)

## ⛓ Phantom Deeplinks

* [Phantom Deeplinks](phantom-deeplinks/deeplinks-ios-and-android.md)
* [Provider Methods](phantom-deeplinks/provider-methods/README.md)
  * [Connect](phantom-deeplinks/provider-methods/connect.md)
  * [Disconnect](phantom-deeplinks/provider-methods/disconnect.md)
  * [SignAndSendTransaction](phantom-deeplinks/provider-methods/signandsendtransaction.md)
  * [SignAllTransactions](phantom-deeplinks/provider-methods/signalltransactions.md)
  * [SignTransaction](phantom-deeplinks/provider-methods/signtransaction.md)
  * [SignMessage](phantom-deeplinks/provider-methods/signmessage.md)
* [Other Methods](phantom-deeplinks/other-methods/README.md)
  * [Browse](phantom-deeplinks/other-methods/browse.md)
* [Handling Sessions](phantom-deeplinks/handling-sessions.md)
* [Specifying Redirects](phantom-deeplinks/specifying-redirects.md)
* [Encryption](phantom-deeplinks/encryption.md)
* [Limitations](phantom-deeplinks/limitations.md)

## 🤝 Integrating with Libraries

* [Ethereum & Polygon](integrating-with-libraries/ethereum-and-polygon/README.md)
  * [Integrating with Web3-Onboard](integrating-with-libraries/ethereum-and-polygon/integrating-with-web3-onboard.md)

## 🛠 Development Powertools

* [Phantom Blocklist](development-powertools/blocklist.md)
* [Sign-In-With (SIW) Standard](development-powertools/signing-a-message.md)
* [Solana Priority Fees](development-powertools/solana-priority-fees.md)
* [Solana Versioned Transactions](development-powertools/solana-versioned-transactions.md)
* [Solana Wallet Standard](development-powertools/solana-wallet-standard.md)

## ✅ Best Practices

* [Displaying Apps within Dialogs](best-practices/displaying-your-app.md)
* [Displaying Apps within the Activity Tab](best-practices/displaying-apps-within-the-activity-tab.md)
* [Displaying Tokens on Solana](best-practices/tokens/README.md)
  * [Fungibles](best-practices/tokens/home-tab-fungibles.md)
  * [NFTs & Semi-Fungibles](best-practices/tokens/collectibles-nfts-and-semi-fungibles.md)
  * [Supported Media Types](best-practices/tokens/supported-media-types.md)

## 🙋 Resources

* [FAQ](resources/faq.md)
* [Demo Applications](resources/sandbox.md)
* [Community Guides & SDKs](resources/community-guides-and-sdks.md)
* [Logos & Assets](resources/assets.md)