White-Whale-Defi-Platform / white-whale-frontend

An open-source interface for multiple CosmWasm decentralized exchanges across chains. Additionally there are Pools and Flashloan enabled Vaults deployed on each chain as part of the White Whale's Liquidity Platform.

Home Page:https://app.whitewhale.money

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter

PRs Welcome first-timers-only Discord badge Twitter handle CII Best Practices

White Whale Migaloo Cross-Chain Frontend

An open-source interface for multiple CosmWasm decentralized exchanges across chains. Additionally there are Pools and Flashloan enabled Vaults deployed on each chain as part of the White Whale's Liquidity Platform.

The interface is general in the sense that multiple Cosmos-SDK chains can be swapped to and from with all the details coming from config files. This serves as an allowlist of pools, vaults and any other contract.

The app was originally based on the Wasmswap frontend and rebuilt from there.

Resources

  1. Website
  2. LitePaper
  3. Docs
  4. Discord
  5. Twitter
  6. Telegram

Quickstart

Run the app in dev mode locally.

npm run dev
# or
yarn dev

Access the app on http://localhost:3000/.

Contributing

Contributing Guide

Code of Conduct

Security Policies and Procedures

License

Netlify Integration

In order to ensure successful deploys to Netlify via the CI/CD process, ensure the yarn build command is passing locally before a push, any failures here will fail the deploy too.

Configuration

The app configuration, feature flags, etc., is located in the .env config file.

To configure the app, you will need to swap the demo example configuration set with your chain information and add your tokens and ibc assets information.

Chain configuration

Swap our test chain info example with your configuration to suggest your chain for Keplr and allow the wallet to be used in the app. It expects to receive data in the ChainInfo format. Refer to Keplr documentation for more information.

Keplr's 'suggest chain' feature allows front-ends to add new Cosmos-SDK based blockchains that are not natively supported.

Use this env variable to update the chain info path. The app will dynamically load the configuration so that the path can point to a local file in /public or a url.

Local

NEXT_PUBLIC_CHAIN_INFO_URL=/chain_info.testnet.json
Url

NEXT_PUBLIC_CHAIN_INFO_URL=https://raw.githubusercontent.com/Wasmswap/asset-list-example/main/chain_info.json

Branding configuration

Branding

We rcommend vector graphics for your project's logo and name. Go to /icons/Logo.tsx and swap our branded logo symbol with yours to update the app logo.

Go to /icons/LogoText.tsx and update the file accordingly to update the logo text.

Color palette

To update the color palette, go to components/theme.ts and provide your custom values.

Typography and buttons

Font

To swap the font, navigate to components/theme.ts and update the font family tokens. Don't forget to connect your fonts. Refer to styles/globals.scss for an example.

Color palette

Update your project colors in the same file by updating the color tokens, and values for textColors, iconColors, backgroundColors, borderColors. It's important to keep color tokens in one space as we're planning on supporting dark & sepia modes in the future.

Buttons

To update the styling for buttons go to components/Button.tsx and provide your custom styling for the variants we use.

Typography

To update the typography component configuration, go to components/Text.tsx and provide your custom styling for our variants.

How to deploy

This is a nextjs app; thus everything that a nextjs app supports for deployment technically is supported by migaloo-frontend. We would recommend looking into Vercel.

Contributing

Raise the bar for Web 3.0 with us! We would love you to contribute. Submit your PR contributions and issues directly on this repo.

License

Migaloo-frontend interface is licensed under Apache 2.0.

About

An open-source interface for multiple CosmWasm decentralized exchanges across chains. Additionally there are Pools and Flashloan enabled Vaults deployed on each chain as part of the White Whale's Liquidity Platform.

https://app.whitewhale.money

License:Apache License 2.0


Languages

Language:TypeScript 98.9%Language:JavaScript 0.6%Language:Dockerfile 0.2%Language:HTML 0.1%Language:Shell 0.1%Language:CSS 0.0%