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
formProps
interface 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