Development Templates
To help developers build RelayApp, we provide three frontend development templates based on Vue 3, React, and a native HTML5 template. Each template includes up-to-date RelayApp API usage examples to help developers understand and use the RelayApp API.
Template features:
Complete API Examples: Contains all API interface usage methods for communicating with RelayX
Best Practices: Follows RelayApp development specifications, including correct
relayx-apiusageReady-to-Use: Can be run directly after download to quickly start RelayApp development
Standardized Structure: Complies with RelayApp project requirements, including necessary files like
icon.png
Template download links:
Vue3 Template: https://github.com/RelayX-Protocol/RelayApp-Vue3-Template.git
React Template: https://github.com/RelayX-Protocol/RelayApp-React-Template.git
HTML5 Template: https://github.com/RelayX-Protocol/RelayApp-HTML5-Template.git
Developers are recommended to choose the template that matches their familiar technology stack as a starting point. This helps avoid common configuration issues and lets you quickly master RelayApp development essentials.