multi-swap-app is a single-page application built with React and TypeScript that connects to an Ethereum wallet (e.g., Rabby) and displays a list of tokens using the Debank API.
- Connects to Ethereum wallets
- Fetches and displays token information from the Debank API
- Built with React and TypeScript for type safety and better development experience
- Node.js (version 14 or higher)
- yarn (Node package manager)
- Clone the repository:
git clone https://github.com/yourusername/multi-swap-app.git
- Navigate to the project directory:
cd multi-swap-appp
- Install the dependencies:
yarn install
To start the development server, run:
yarn start
This will open the application in your default web browser at http://localhost:3000
.
To create a production build, run:
yarn run build
The build artifacts will be stored in the build
directory.
Once the application is running, you can connect your Ethereum wallet and view the list of tokens fetched from the Debank API.
Feel free to submit issues or pull requests to improve the application.
This project is licensed under the MIT License.