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

# Developers

> Build on pumpEVM.fun with smart contracts, REST, and WebSocket APIs.

<CardGroup cols={2}>
  <Card title="Smart contracts" icon="file-code" href="/developers/smart-contracts">
    Read and write directly to launchpad contracts with viem.
  </Card>

  <Card title="REST API" icon="server" href="/developers/rest-api">
    Tokens, markets, orders, and prediction endpoints (Q4 2026).
  </Card>

  <Card title="CLOB (Jump Protocol)" icon="zap" href="/developers/clob/overview">
    Sub-millisecond order matching for prediction markets.
  </Card>

  <Card title="Contracts & audits" icon="shield-check" href="/developers/contracts-and-audits">
    Audited by OpenZeppelin. Verified on-chain.
  </Card>
</CardGroup>

## Install

```bash theme={null}
npm install viem @wagmi/core @uniswap/v3-sdk
```
