CryptoLink is a Wallet-as-a-Service platform built on the Solana blockchain to deliver a secure, fast, and user-friendly experience for cryptocurrency transactions. This project integrates advanced technologies and services to enable seamless quotes calculation, token swaps, and real-time market insights.
- Built on Solana for lightning-fast transactions and minimal fees.
- Leveraged Jupyter services for:
- Real-time calculation of pay and receive token quotes.
- Simplified creation and signing of token swap transactions.
- Integrated CoinGecko API for:
- Cryptocurrency price tracking.
- Market insights to keep users informed.
- Powered by Next.js 15 for a responsive, scalable, and intuitive interface.
- Solana Blockchain
- Next.js 15
- CoinGecko API
- Jupyter Services
Check out the live version of CryptoLink here: CryptoLink
CryptoLink
├── components/ # Reusable React components
├── src/ # All source code files
├── migrations/ # Drizzle migration queries
└── ... # Other config and source files
- Node.js (v16 or above)
- Yarn or npm
- Clone the repository:
git clone https://github.dev/ArshilHapani/exchange.git
- Navigate to the project directory:
cd exchange
- Install dependencies:
npm install # or yarn install
Start the development server locally:
npm run dev
# or
yarn dev
Access the app at http://localhost:3000
.
Generate the production build:
npm run build
# or
yarn build
-
Wallet Features:
- Access wallet functionality such as token management and transaction signing.
-
Token Swaps:
- Use the swap feature to exchange tokens with real-time quote calculations.
-
Market Data:
- Stay updated with live cryptocurrency prices and insights powered by CoinGecko.
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Commit your changes and push to your fork.
- Create a pull request to the main repository.
This project is licensed under the MIT License.
- Solana Blockchain for the fast and scalable network.
- CoinGecko API for providing real-time cryptocurrency data.
- Jupyter Services for enabling advanced analytics and transaction processing.
- LinkedIn: Arshil Hapani
- GitHub: ArshilHapani
- Portfolio: here
Feel free to explore, use, and share your feedback on CryptoLink!