Skip to content

pucedoteth/jumper.exchange

 
 

Repository files navigation

jumper

Crypto's Everything Exchange.

license Crowdin Follow on Twitter

Jumper.Exchange

Lerna Monorepo for all jumper.exchange related things

Getting Started

In the root directory run the following commands to get started:

yarn

to install all dependencies, and choose one of these start commands to start the development vite server and to start building packages in watch mode.

    yarn dev
    yarn dev:local
    yarn dev:testnet
    yarn dev:staging
    yarn dev:production

Please refer to the following descriptions of the dev serve scripts:

dev - starts the app using the backend develop stage
dev:local - starts the app using a locally running backend
dev:testnet - starts the app in a testnet only mode using the backend staging stage
dev:staging - starts the app using the backend staging stage
dev:production - starts the app using the backend production stage

Project Structure

packages/dapp/

This is the jumper.exchange page that gets deployed to develop.jumper.exchange, staging.jumper.exchange and jumper.exchange. This is a vite.js app

packages/shared/

This is a collection of shared atoms/molecules/organisms that can be used across the entire project to ensure a unified UI/UX

packages/<other_folders>

NOT EXISTING YET. Sub-apps of the transferto page. These componentized sub-apps will be resuable accross this project and could also be used in different external projects.

About

Jumper - Multi-Chain Bridging & Swapping (powered by LI.FI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.8%
  • CSS 3.0%
  • HTML 1.4%
  • Other 0.8%