Welcome to Jupiter Developer Documentation! You'll find detailed API guides, schemas, and powerful tool kits built by the team and DevRel Working Group to help you build with Jupiter.
For new developers or new to blockchain development: We recommend you to start with the Environment Setup and Development Basics guides.
For existing developers: Please refer to the What's New? section for the latest API updates and breaking changes.
For routing integrations: Please refer to the DEX Integration guide to complete the prerequisites before we look into integrating.
For market maker integrations: Specifically, JupiterZ (RFQ), please refer to rfq-webhook-toolkit repo.
Quick Links to APIs and Tool Kits:
Reach out to us on Discord for developer support
- If you have any feedback.
- If you have technical questions.
- If you need API Portal support.
- Refer to these channels to receive updates: Telegram channel or Discord channel
Setting up in local machine
This website is built using Docusaurus, a modern static website generator.
To install:
pnpm install
To build and start local development:
pnpm build && pnpm start
For more detailed understanding of the structure of dev.jup.ag, please refer to the contribution-readme.md guide.