This repository includes examples of the OpenOcean frontend. You can view details in each subdirectory.
openocean-api-examples/
├── backend/ # Node.js/Express backend examples
├── frontend/ # React frontend examples
└── README.md # This file
This project demonstrates the following OpenOcean APIs:
- Swap API - Cross-chain token swapping
- Limit Order API - Create and manage limit orders
- Gasless API - Gasless transactions
- DCA API - Dollar Cost Averaging
- Meme API - Meme token data and transactions
- Ticket API - Ticket management
- Node.js
- Express.js
- Axios for API calls
- dotenv for environment variables
- React
- TypeScript
- Axios for API calls
- Tailwind CSS for styling
For detailed API documentation, visit: OpenOcean API Docs
cd backend
npm install
npm run dev
cd frontend
npm install
npm start
For issues and questions, please refer to the OpenOcean Developer Resources.