Gelotto / ibc-dot-fun

Home Page:https://ibc-dot-fun.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ibc.fun

ibc.fun

Interchain transfers and swaps on any Cosmos chain. This is the repository for ibc.fun website.

Prerequisites

Clone and setup

git clone https://github.com/skip-mev/ibc-dot-fun
cd ibc-dot-fun
npm install
cp .env.example .env

Environment variables

Make sure to set the following environment variables in .env file:

NEXT_PUBLIC_API_URL="https://api.skip.money"
NEXT_PUBLIC_CLIENT_ID=    # optional
POLKACHU_USER=            # required
POLKACHU_PASSWORD=        # required
NEXT_PUBLIC_EDGE_CONFIG=  # required

To retrieve NEXT_PUBLIC_EDGE_CONFIG, visit the edge config token setup page.

Read more on all available environment variables in .env.example file.

Script commands

  • run development server: npm run dev
  • format sources: npm run format
  • lint sources: npm run lint
  • build production bundle: npm run build
  • run production server: npm run start (must run build first)

Contributing

Feel free to open an issue or submit a pull request for any bugs and/or improvements.

Contact

Reach out to our support email, or join our Discord server.

About

https://ibc-dot-fun.vercel.app


Languages

Language:TypeScript 97.6%Language:JavaScript 2.3%Language:Shell 0.0%Language:CSS 0.0%