Synthetixio / kwenta

DEPRECATED. Please use: https://github.com/Kwenta/kwenta
MIT License
11 stars 20 forks source link

Kwenta CI kwenta Discord Twitter Follow

DEPRECATED Kwenta

This repository is no longer the repository for Kwenta. Please use Kwenta/kwenta.


A dApp enabling derivatives trading with infinite liquidity — powered by the Synthetix protocol.

The trading UI is available on IPFS kwenta.eth.link and kwenta.io.
ENS link: kwenta.eth.

Tech stack

Ethereum stack

Development

Install dependencies

npm i

Set up environment variables

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

Then, open .env.local and add the missing environment variables:

Run

npm run dev

Open http://localhost:3000 to view it in the browser.

Build

npm run build
npm start