Common questions and answers about Jupiter Plugin, including how to request features, add referral fees, fix integrated mode layout issues, and follow best practices for responsive design, user experience, and security.Documentation Index
Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
Use this file to discover all available pages before exploring further.
How do I feature request or get support?
How do I feature request or get support?
- For feature requests, please open an issue on the GitHub repository and tag us on Discord.
- For support, please join the Discord server and get help in the developer channels.
How do I add fees to Plugin?
How do I add fees to Plugin?
- Creating Referral Account and Token Accounts: You can create via scripts or Referral Dashboard.
- Adding to FormProps: You can set the referral account and fee in the
formPropsinterface when you initialize the Plugin.
Integrated Mode: Token Search Modal Collapses Plugin
Integrated Mode: Token Search Modal Collapses Plugin
- Ensure you establish a fixed height for the swap form container under
containerStyles
Best Practices for Customization
Responsive Design
Responsive Design
- Use percentage-based widths for container styles
- Test on different screen sizes
- Consider mobile-first design
User Experience
User Experience
- Position widgets in easily accessible locations
- Consider fixed token pairs for specific use cases
- Implement proper error handling and prompts
Security
Security
- Use environment variables for sensitive data
- Implement proper error boundaries
- Validate user inputs
