An open API service indexing awesome lists of open source software.

https://github.com/cosmos/gravity-dex-site

Gravity DEX: The Cosmos Interchain Exchange
https://github.com/cosmos/gravity-dex-site

cosmos dex evm gravity-dex interchain

Last synced: about 1 year ago
JSON representation

Gravity DEX: The Cosmos Interchain Exchange

Awesome Lists containing this project

README

          

# gravity-dex-site

[![banner](static/og-image.jpg)](https://gravitydex.io)

[![Netlify Status](https://api.netlify.com/api/v1/badges/c86fe75b-f8e5-40fe-ad5a-3cac7020e15a/deploy-status)](https://app.netlify.com/sites/gravity-dex-site/deploys)

## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).