Skip to content

aleph-im/aleph-swap-dapp-v2

Repository files navigation

Aleph.im Cross-Chain Token Swap (aleph-swap-dapp)

Aleph.im dApp aiming a facilitating the swapping of cross-chain tokens

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.