Build
Open-source, permissionless, and forever on-chain—tap into portable identity, reputation, and economic advertising without reinventing the wheel.
⚠️ The api's listed are not currently available. Developer access will be enabled soon.
1. Why build on the social protocol?
2. TL;DR for New Builders
# 1. Request an API key (optional convenience)
curl -X POST https://dev.social.sol/api/v1/keys -d '{"email":"[email protected]"}'
# 2. Pull the Anchor IDL
git clone https://github.com/social-protocol/social-program.git
cd social-program/idl && ls social.json
# 3. Fetch a wallet profile via RPC (no key required)
solana account $(solana address) --output json3. Program Overview
4. Core PDAs
5. Key Instructions (Anchor)
6. REST Convenience API
Last updated

