Example Repository for Alex SDK
Welcome to the alex-sdk-example
repository! This example project demonstrates how to use the Alex SDK to integrate powerful features and capabilities into your applications. Follow the instructions below to get started and run the demo locally.
Before you begin, make sure you have the following installed on your system:
- Node.js
- Yarn
- Git
- Clone the repository
Clone the
alex-sdk-example
repository using the following command:
git clone https://github.com/alexgo-io/alex-sdk-example.git
Then, navigate to the project folder:
cd alex-sdk-example
- Install dependencies Install the required dependencies using Yarn:
yarn install
This will install all the necessary packages and set up the project. 3. Run the demo locally Start the development server with the following command:
yarn dev
The demo will now be accessible at http://localhost:5173 in your web browser.
The alex-sdk-example
showcases the following features of the Alex SDK:
- Swap Fee Calculation
- Swap Router
- Swap Rate
- And perform actual swap
For more information about the Alex SDK, including detailed documentation, API references, and usage examples, please visit the official Alex SDK documentation.
If you encounter any issues or have questions, feel free to open an issue in the Issues section of this repository. Contributions and improvements are always welcome. If you would like to contribute, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.