https://github.com/toptrendev/loopso-swap
Cross-chain, Bi-directional Bridge Protocol - LOOPSO
https://github.com/toptrendev/loopso-swap
bridge nextjs
Last synced: 9 months ago
JSON representation
Cross-chain, Bi-directional Bridge Protocol - LOOPSO
- Host: GitHub
- URL: https://github.com/toptrendev/loopso-swap
- Owner: TopTrenDev
- Created: 2025-04-02T17:34:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-18T18:34:24.000Z (10 months ago)
- Last Synced: 2025-08-18T20:37:26.926Z (10 months ago)
- Topics: bridge, nextjs
- Language: TypeScript
- Homepage:
- Size: 174 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loopso Swap
## Installation
Clone the repository
```
git clone https://github.com/useloopso/loopso-swap.git
```
## Deployment
First install the dependencies with the following command:
```
npm install
```
Thereafter run the following command to run Loopso Swap locally:
```
npm run dev
```