Whoops!

We haven't built the mobile version yet. Hackathon vibes, you know how it is.

Tight deadline, big dreams, zero responsiveness. Please hop on a desktop or laptop to enjoy the full experience!

Cheers from the House Protocol Team ✌️

API Keys

Manage keys for SDK integration

Total Keys

0

Active

0

No API keys yet

Usage Notes

  • Keep your API keys secret
  • Use different keys for dev and prod
  • Rate limit: 1000 req/min per key

SDK Setup

Soon
import { HouseProvider } from
  '@house-protocol/react-sdk'

<HouseProvider
  apiUrl="https://hp-api.kwek.dev"
  apiKey="hp_live_..."
>
  <App />
</HouseProvider>