Skip to content

openocean-finance/OpenOcean-API-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OpenOcean Frontend Examples

This repository includes examples of the OpenOcean frontend. You can view details in each subdirectory.

📁 Project Structure

openocean-api-examples/
├── backend/          # Node.js/Express backend examples
├── frontend/         # React frontend examples  
└── README.md         # This file

🚀 Features

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

🛠️ Tech Stack

Backend

  • Node.js
  • Express.js
  • Axios for API calls
  • dotenv for environment variables

Frontend

  • React
  • TypeScript
  • Axios for API calls
  • Tailwind CSS for styling

📚 Documentation

For detailed API documentation, visit: OpenOcean API Docs

🚀 Getting Started

Backend Setup

cd backend
npm install
npm run dev

Frontend Setup

cd frontend
npm install
npm start

📞 Support

For issues and questions, please refer to the OpenOcean Developer Resources.

Releases

No releases published

Packages

No packages published