> For the complete documentation index, see [llms.txt](https://docs.superposition.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superposition.so/superposition-mainnet/developers/build-on-superposition-using-thirdweb/sdks.md).

# SDKs

### Build web3 applications that can interact with your smart contracts using our powerful SDKs and CLI.

[<br>](https://portal.thirdweb.com/typescript/v5)

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><p><strong>Typescript SDK</strong></p><p>Performant &#x26; lightweight SDK to interact with any EVM chain from Node, React and React Native.</p></td><td></td><td></td><td><a href="https://portal.thirdweb.com/typescript/v5">https://portal.thirdweb.com/typescript/v5</a></td></tr><tr><td><p><strong>React SDK</strong></p><p><code>thirdweb/react</code> exports various Components and Hooks to easily connect wallets &#x26; interact with smart contracts</p></td><td></td><td></td><td><a href="https://portal.thirdweb.com/react/v5">https://portal.thirdweb.com/react/v5</a></td></tr><tr><td><p><strong>React Native SDK</strong></p><p>You can use all of the <code>thirdweb</code> and <code>thirdweb/react</code> exports in your React Native app, with some exceptions (see differences).</p></td><td></td><td></td><td><a href="https://portal.thirdweb.com/react-native/v5">https://portal.thirdweb.com/react-native/v5</a></td></tr><tr><td><p><strong>Unity SDK</strong></p><p>A Unity SDK to build games with blockchain and web3 capabilities.</p></td><td></td><td></td><td><a href="https://portal.thirdweb.com/unity/v4">https://portal.thirdweb.com/unity/v4</a></td></tr><tr><td><p><strong>Solidity SDK</strong></p><p><strong>Build</strong> or <strong>Solidity SDK</strong> provides the tools needed to build custom smart contracts more efficiently by offering a set of pre-built base contracts and reusable components, better known as extensions.</p></td><td></td><td></td><td><a href="https://portal.thirdweb.com/contracts/build/overview">https://portal.thirdweb.com/contracts/build/overview</a></td></tr><tr><td><p><strong>.NET SDK</strong></p><p>A .NET SDK to integrate blockchain and web3 capabilities into your applications.</p></td><td></td><td></td><td><a href="https://portal.thirdweb.com/dotnet">https://portal.thirdweb.com/dotnet</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.superposition.so/superposition-mainnet/developers/build-on-superposition-using-thirdweb/sdks.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.
