> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Virtual Environment Integration Guides

> जानें कि विभिन्न client libraries, smart contract development frameworks, और UI libraries के साथ Virtual Environments को कैसे integrate करें।

Virtual Environments सबसे लोकप्रिय client libraries, smart contract frameworks, और UI libraries का समर्थन करते हैं। इस पेज पर, आप सरल code snippets के साथ guides के लिंक पा सकते हैं जो आपको अपने Virtual Environment को third-party libraries के साथ जल्दी से integrate करने में सक्षम बनाते हैं।

## Client libraries

Client libraries आपके dapp को RPC के माध्यम से आपके Virtual Environment से कनेक्ट करने और उसके साथ इंटरैक्ट करने में सक्षम बनाती हैं।

<CardGroup cols={2}>
  <Card title="Ethers.js" href="/virtual-environments/libraries/ethers">
    Ethereum blockchain और ecosystem के साथ इंटरैक्ट करने के लिए Typescript और Javascript library।
  </Card>

  <Card title="Viem" href="/virtual-environments/libraries/viem">
    TypeScript Interface जो Ethereum के साथ इंटरैक्ट करने के लिए low-level stateless primitives प्रदान करता है।
  </Card>
</CardGroup>

## Smart contract frameworks

Foundry या Hardhat के साथ contracts deploy करना [Deploy और verify contracts](/virtual-environments/develop/deploy-contracts) में कवर किया गया है, जो दोनों frameworks के लिए configuration, deployment, और स्वचालित verification को शामिल करता है।

## Dapp UI libraries

Dapp UI libraries blockchain के साथ संचार करने वाले dapp interfaces बनाने के लिए डिज़ाइन किए गए pre-built components प्रदान करती हैं। नीचे आपको RPC के माध्यम से आपके Virtual Environment से कनेक्ट करने के लिए लोकप्रिय UI libraries के code snippets मिलेंगे।

<CardGroup cols={3}>
  <Card title="Wagmi" href="/virtual-environments/dapp-ui/wagmi">
    wallet connection modules के साथ Ethereum apps बनाने के लिए React hooks library।
  </Card>

  <Card title="WalletConnect" href="/virtual-environments/dapp-ui/reown">
    सुरक्षित और interactive dapps बनाने के लिए tools, modules, और SDKs।
  </Card>

  <Card title="ConnectKit" href="/virtual-environments/dapp-ui/connectkit">
    wallets को dapps से कनेक्ट करने के लिए React.js component library।
  </Card>

  <Card title="Dynamic" href="/virtual-environments/dapp-ui/dynamic">
    crypto users के लिए Login flows, onboarding, और developer tools।
  </Card>

  <Card title="RainbowKit" href="/virtual-environments/dapp-ui/rainbowkit">
    dapps में wallet connections जोड़ने के लिए React library।
  </Card>
</CardGroup>
