Skip to content

openocean-finance/OpenOcean-API-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 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