Skip to content

Commit

Permalink
update read me with skip go language
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu committed Jul 7, 2024
1 parent 3eeea48 commit 58557f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![ibc.fun](https://github.com/skip-mev/ibc-dot-fun/blob/staging/public/social.png?raw=true)

# ibc.fun
# Skip Go App

Interchain transfers and swaps on any Cosmos chain. This is the repository for [ibc.fun](https://ibc.fun) website.
The Skip Go App is your one stop shop for all interchain transferring, bridging, and swapping needs across Cosmos, Solana, Ethereum mainnet/L2s, and more! This is the repository for [go.skip.build](https://go.skip.build).

## Prerequisites

Expand All @@ -12,8 +12,8 @@ Interchain transfers and swaps on any Cosmos chain. This is the repository for [
## Clone and setup

```bash
git clone https://github.com/skip-mev/ibc-dot-fun
cd ibc-dot-fun
git clone https://github.com/skip-mev/skip-go-app
cd skip-go-app
npm install
cp .env.example .env
```
Expand All @@ -23,13 +23,13 @@ cp .env.example .env
Make sure to set the following environment variables in `.env` file:S

```bash
NEXT_PUBLIC_API_URL="https://api.skip.money"
NEXT_PUBLIC_API_URL="https://api.skip.build"
POLKACHU_USER= # required
POLKACHU_PASSWORD= # required
NEXT_PUBLIC_EDGE_CONFIG= # required
```

To retrieve `NEXT_PUBLIC_EDGE_CONFIG`, visit the [edge config token setup page](https://link.skip.money/ibc-fun-edge-config-token).
To retrieve `NEXT_PUBLIC_EDGE_CONFIG`, visit the [edge config token setup page](https://link.skip.build/skip-go-app-edge-config-token).

Read more on all available environment variables in [`.env.example`](.env.example) file.

Expand All @@ -52,4 +52,4 @@ Feel free to open an issue or submit a pull request for any bugs and/or improvem

## Contact

Reach out by joining our [Discord](https://skip.money/discord) server.
Reach out by joining our [Discord](https://skip.build/discord) server.

0 comments on commit 58557f4

Please sign in to comment.