Gible is a comprehensive web application built on Next.js, leveraging the Jupiter API to provide users with a seamless and efficient decentralized trading experience on the Solana blockchain.
- Execute transactions across various chains on the Solana mainnet
- Seamless interoperability between different blockchain networks
- Compares prices across multiple markets to find the best deals for users
- Aggregates data from various decentralized exchanges to ensure optimal trading conditions
- Provides users with up-to-date market trends and insights
- Helps users make informed decisions for better swap outcomes
- Intuitive and responsive design built with Next.js
- Smooth user experience for both beginners and experienced traders
- Utilizes the powerful Jupiter API for efficient order routing and execution
- Ensures high-speed, low-slippage trades
- Node.js (v14 or later)
- npm or yarn
- Solana wallet (e.g., Phantom, Solflare)
-
Clone the repository:
git clone https://github.com/YadlaMani/gible.git
-
Navigate to the project directory:
cd gible
-
Install dependencies:
npm install
or
yarn install
-
Set up environment variables: Create a
.env.local
file in the root directory and add necessary environment variables (refer to.env.example
for required variables) -
Run the development server:
npm run dev
or
yarn dev
-
Open your browser and visit
http://localhost:3000
to see the application running
- Connect your Solana wallet to the application
- Browse available markets and trading pairs
- Use the price comparison feature to find the best rates
- Execute trades directly from the Gible interface
- Monitor market trends and adjust your trading strategy accordingly
- Jupiter Protocol for providing the powerful API that drives our trading engine
- Solana blockchain for enabling fast and efficient decentralized transactions
- Next.js team for the excellent web development framework