# Additional Resources

SonicSVM has complete portability for Solana programs, so if you are building for Solana, you can deploy it to Solana without doing any code changes. You would just require to change the RPC URL and deploy there.

#### Wallets Support List

* [Backpack](https://backpack.app/)
* [Nightly](https://nightly.app/)
* [OKX](https://www.okx.com/zh-hans/web3/wallet/sonic-svm)
* [Bybit](https://www.bybit.com/en/web3/home)
* [NuFi](https://nu.fi/)

#### Important Links

\
RPC URLs

|                   |                                               |
| ----------------- | --------------------------------------------- |
| Mainnet           | <https://rpc.mainnet-alpha.sonic.game>        |
| Secondary Mainnet | <https://api.mainnet-alpha.sonic.game>        |
| Helius            | <https://sonic.helius-rpc.com/>               |
| Mainnet gRPC      | <https://grpc.mainnet-alpha.sonic.game:10000> |
| Testnet           | <https://api.testnet.sonic.game/>             |

We support 300 requests per second across all the *mainnet-alpha.sonic.game* domain.

Bridges

|                 |                                      |
| --------------- | ------------------------------------ |
| Sonic           | <https://bridge.sonic.game/>         |
| Hyperlane       | <https://www.usenexus.org/>          |
| Superbridge     | <https://sonic-svm.superbridge.app/> |
| Orbiter Finance | <https://www.orbiter.finance/>       |

Additional Links

|          |                                |
| -------- | ------------------------------ |
| Faucet   | <https://faucet.sonic.game/#/> |
| Explorer | <https://explorer.sonic.game/> |

#### Developer Docs, Libraries and Frameworks

| Tools                        | Usage                                                 | Language          | Links                                                                               |
| ---------------------------- | ----------------------------------------------------- | ----------------- | ----------------------------------------------------------------------------------- |
| Sonic Code Examples          | Learn how to do basic interactions on Sonic           | Typescript & Rust | <https://github.com/mirrorworld-universe/sonic-code-examples>                       |
| Sonic Agent Kit              | Connect any AI agents to sonic protocols              | Typescript        | <https://github.com/sendaifun/sonic-agent-kit>                                      |
| Kronos                       | SonicSVM Native MultiSig, great for managing treasury | Webapp            | <https://kronus.sonic.game/>                                                        |
| SolanaWeb3JS                 | Client side interactions for all things SVM.          | Typescript        | <https://solana-labs.github.io/solana-web3.js/>                                     |
| Sonic Wallet Adapter Example | Code snippet to connect Sonic wallets on a Next App.  | Typescript        | <https://github.com/Saviour1001/SuperSonicWallet>                                   |
| Anchor                       | Smart Contracts Framework                             | Rust              | <https://www.anchor-lang.com/docs>                                                  |
| Steel                        | Smart Contracts Framework                             | Rust              | <https://github.com/regolith-labs/steel>                                            |
| Sol Playground               | Online Smart Contract IDE                             | Rust              | <https://beta.solpg.io/>                                                            |
| Privy                        | Embedded Wallets                                      | Typescript        | [Docs](https://docs.privy.io/guide/react/wallets/usage/solana/#custom-svm)          |
| Metaplex                     | All things NFTs                                       | Typescript & Rust | <https://developers.metaplex.com/>                                                  |
| Pyth                         | Real time price feed oracles                          | Typescript & Rust | <https://www.pyth.network/>                                                         |
| Solana Cookbook              | Code snippets to do different types of interactions   | Typescript & Rust | <https://solana.com/developers/cookbook>                                            |
| Solders                      | Python tool kit                                       | Python            | <https://github.com/kevinheavey/solders>                                            |
| EspressoCash                 | Dart tool kit                                         | Dart              | <https://github.com/espresso-cash/espresso-cash-public/tree/master/packages/solana> |

#### Resources to learn more about SVM

* How Solana works - <https://report.helius.dev/>
* Solana Docs - <https://solana.com/docs>
* Helius Blog ( covers a lot of SVM topics ) - <https://www.helius.dev/blog>

{% hint style="info" %}
You can take any code snippet from existing code snippets of Solana change the RPC URL to Sonic and redeploy your smart contracts.

For client-side code, you just have to change the RPC URL as well and you can use any of the libraries mentioned above.&#x20;

For more help, you can join our [discord](https://discord.com/invite/eEmTER6qkV).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonicsvm.org/additional-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
