Helix | The Premier Decentralized Spot and Derivatives Exchange
- Modern and intuitive design
- Trade with ease and flexibility
- Latest development and security practices
- Awesome to use!
- Clone the repository
$ git clone git@github.com:InjectiveLabs/injective-dex.git
$ cd injective-dex
$ yarn
- Duplicate the .env.example to .env and fill in the values
- Compile the app locally
$ yarn dev
The injective-helix
is built using Nuxt and TailwindCSS and its powered by the injective-ts monorepo.
You can always boot the dex locally on your own laptop without having to set up a relayer. You can use the public
network in your VITE_NETWORK
.env
configuration variable and run the yarn run dev
command. You can find all of the available networks (i.e - predefined set of endpoints) here. Using these endpoints (from the public
) network gives the 40% of the trading fees to the community spend pool.
The injective-helix
uses AWS for deployment. There is a CD pipeline set in the .github/workflow/mainnet.yml
file. Deployment to AWS is done to a S3 bucket which is served through Cloudfront to the end user. Using yarn generate
we are generating static html pages that are served through cloud front.
More details about how to deploy a Nuxt project can be found on their docs.
We've migrated the injective-helix
repo to Nuxt3 in January, 2023. To make the migration on your fork, there are couple of simple steps that you have to do:
- Pull the latest codebase from the
injective-dex
repo,master
branch, - Resolve merge conflicts on your fork,
- Install the dependencies
yarn install
- Clean up left overs from the previous deployments
yarn clean-up && rm -rf dist
- Update your
.env
file and addVITE_
prefix to all of the.env
variables, - Run the dex
yarn dev
Reach out to us at one of the following places!
- Website at
injective.com
- Website at
injectivelabs.org
- Twitter at
@Injective
- Twitter at
@InjectiveLabs
- Discord at
Injective Discord
- Telegram at
Injective Telegram
- Telegram at
Helix Telegram
Copyright © 2021 - 2022 Injective Labs Inc. (https://injectivelabs.org/)
Originally released by Injective Labs Inc. under:
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/