๐ Injective Helix
May 13, 2026 ยท View on GitHub
Helix | The Premier Decentralized Spot and Derivatives Exchange
โจ Features
- Modern and intuitive design
- Trade with ease and flexibility
- Latest development and security practices
- Awesome to use!
๐ Getting Started
- Clone the repository
$ git clone https://github.com/InjectiveLabs/injective-helix-demo.git
$ cd injective-helix-demo
$ pnpm install
- Duplicate the .env.example to .env and fill in the values
- Compile the app locally
$ pnpm dev
๐ Documentation
The injective-helix-demo is built using Nuxt and TailwindCSS and its powered by the injective-ts monorepo.
You can boot the demo locally without setting up a relayer. The checked-in .env.example uses the mainnet public endpoints from @injectivelabs/networks; copy it to .env and run pnpm dev. You can find all of the available networks (i.e - predefined set of endpoints) here.
Deployment
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.
Migration to Nuxt3
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-dexrepo,masterbranch, - Resolve merge conflicts on your fork,
- Install the dependencies
pnpm install - Clean up left overs from the previous deployments
pnpm clean-up && rm -rf dist - Update your
.envfile and addVITE_prefix to all of the.envvariables, - Run the dex
pnpm dev
โ Support
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
๐ License
Copyright ยฉ 2021 - 2024 Injective Foundation (https://injectivelabs.org/)
Originally released by Injective Foundation under:
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
ย
