Alephex is a decentralized token swap application built on the Alephium blockchain. It enables users to exchange various tokens seamlessly while ensuring security and transparency. The application leverages the unique capabilities of Alephium's blockchain to provide a user-friendly interface for token exchanges.
Start a local devnet for testing and development. Please refer to the Getting Started documentation.
Before you begin, ensure you have met the following requirements:
- Node.js installed on your machine.
- A code editor such as Visual Studio Code.
- A wallet compatible with Alephium (e.g., Alephium Wallet).
- Alephium Devnet to interact with the contracts
-
Clone the repository:
git clone https://github.com/nipudas29/Alephex.git
-
Navigate to the project directory:
cd Alephex
-
Install the required dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and go to
http://localhost:3000
to view the application.
- Connect your Alephium wallet.
- Select the tokens you wish to swap.
- Enter the amount you want to exchange.
- Review the transaction details and confirm the swap.
- Your tokens will be exchanged directly in your wallet.
Contributions are welcome! If you want to contribute to Alephex, please follow these steps:
-
Fork the repository.
-
Create a feature branch:
git checkout -b feature/YourFeature
-
Commit your changes:
git commit -m 'Add some feature'
-
Push to the branch:
git push origin feature/YourFeature
-
Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Alephium for providing the blockchain infrastructure.
- All contributors are responsible for their valuable input and improvements.
For inquiries or feedback, please reach out to [email protected]