Welcome to Swapy, the instant swap platform for cryptocurrencies. This project is built using cutting-edge technologies to provide a seamless and efficient user experience.
- Next.js 14: A powerful React framework for building fast and user-friendly web applications.
- Ether.js 6: A complete Ethereum library and wallet implementation in JavaScript.
- Web3Modal: A versatile tool to connect with various web3 wallet providers.
- SquidRouter API: Integration with SquidRouter API for smooth and secure crypto transactions.
To get started with Swapy, first clone the repository and install the necessary dependencies using npm:
git clone https://github.com/zulnabil/swapy-app.git
cd swapy
npm install
While the dependencies are installing, prepare your environment variables. Clone the example environment file and configure it accordingly:
cp .env.example .env.local
Make sure to update .env.local with the appropriate values for your project setup.
After setting up the environment variables, start the development server with the following command:
npm run dev
Open your browser and navigate to http://localhost:3000 to see the application in action.
For more information on integrating with SquidRouter API, please refer to their official documentation.
We welcome contributions to Swapy! If you have any ideas or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
Happy swapping! 🚀