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

# Build on Arc

> Quickstarts, tutorials, and SDKs for building onchain finance applications on Arc.

Arc gives you a complete developer platform for building financial applications
with stablecoins. Use [App Kits](/app-kit) to add bridging, swapping, and
crosschain token flows to any app, deploy smart contracts on a purpose-built L1
network, or integrate third-party developer tools for RPC access, data indexing,
and compliance.

## Get started

<CardGroup cols={2}>
  <Card title="Connect to Arc" icon="plug" href="/arc/references/connect-to-arc">
    RPC endpoints, chain ID, and network configuration for Arc testnet.
  </Card>

  <Card title="Deploy on Arc" icon="rocket" href="/arc/tutorials/deploy-on-arc">
    Deploy, test, and interact with a Solidity smart contract on Arc.
  </Card>
</CardGroup>

<Tip>
  [App Kits](/app-kit) are a suite of SDKs for adding bridging, swapping, token
  transfers, and unified crosschain balances to any app — across EVM chains,
  Solana, and Circle Wallets, not just Arc.
</Tip>

## Network quickstarts

Step-by-step guides for working directly with the Arc network. Most tutorials
require an [Arc testnet RPC connection](/arc/references/connect-to-arc) and a
funded wallet.

| Quickstart                                                        | What you'll build                                                                 |
| ----------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| [Deploy contracts](/arc/tutorials/deploy-contracts)               | Deploy pre-audited ERC-20, ERC-721, and ERC-1155 templates with Circle Contracts. |
| [Interact with contracts](/arc/tutorials/interact-with-contracts) | Mint, transfer, and airdrop tokens using deployed contracts.                      |
| [Monitor contract events](/arc/tutorials/monitor-contract-events) | Set up webhooks and event monitors for onchain activity.                          |

## Developer tools

<CardGroup cols={2}>
  <Card title="Account abstraction" icon="wallet" href="/arc/tools/account-abstraction">
    Smart wallets, paymasters, and session keys from ecosystem providers.
  </Card>

  <Card title="Node providers" icon="server" href="/arc/tools/node-providers">
    Managed RPC access from Alchemy, QuickNode, Blockdaemon, and dRPC.
  </Card>

  <Card title="Data indexers" icon="database" href="/arc/tools/data-indexers">
    Query onchain data with Envio, Goldsky, The Graph, and Thirdweb.
  </Card>

  <Card title="Compliance" icon="shield-check" href="/arc/tools/compliance-vendors">
    Transaction monitoring and wallet screening from Elliptic and TRM Labs.
  </Card>
</CardGroup>

## Sample applications

Browse working examples and reference implementations in the
[sample apps](/arc/references/sample-applications) gallery.
