Skip to content

Commit

Permalink
v6.0.3-alpha
Browse files Browse the repository at this point in the history
v6.0.3-alpha
  • Loading branch information
platschi authored Jan 11, 2023
2 parents 37682ad + 6cc78f6 commit da6ee2c
Show file tree
Hide file tree
Showing 6 changed files with 11,494 additions and 57,018 deletions.
3 changes: 0 additions & 3 deletions .env.local.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
NEXT_PUBLIC_PROVIDER_ID=INFURA
NEXT_PUBLIC_PORTIS_APP_ID="PORTIS_APP_ID"
NEXT_PUBLIC_BN_NOTIFY_API_KEY="BLOCKNATIVE_NOTIFY_API_KEY"
NEXT_PUBLIC_BN_ONBOARD_API_KEY="BLOCKNATIVE_ONBOARD_API_KEY"
NEXT_PUBLIC_INFURA_PROJECT_ID="INFURA_PROJECT_ID"
NEXT_PUBLIC_BLASTAPI_PROJECT_ID="BLASTAPI_PROJECT_ID"
NEXT_PUBLIC_COMPETITION_ACTIVE=false
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
![Kwenta CI](https://github.com/kwenta/kwenta/workflows/Kwenta%20CI/badge.svg?branch=main) [![Discord](https://img.shields.io/discord/413890591840272394.svg?color=768AD4&label=discord&logo=https%3A%2F%2Fdiscordapp.com%2Fassets%2F8c9701b98ad4372b58f13fd9f65f966e.svg)](https://discordapp.com/channels/413890591840272394/)
![CodeQL](https://github.com/kwenta/kwenta/workflows/CodeQL/badge.svg?branch=perps-v2) [![Discord](https://img.shields.io/discord/413890591840272394.svg?color=768AD4&label=discord&logo=https%3A%2F%2Fdiscordapp.com%2Fassets%2F8c9701b98ad4372b58f13fd9f65f966e.svg)](https://discordapp.com/channels/413890591840272394/)
[![Twitter Follow](https://img.shields.io/twitter/follow/kwenta_io.svg?label=kwenta_io&style=social)](https://twitter.com/kwenta_io)
[![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/Kwenta/kwenta/badge)](https://www.gitpoap.io/gh/Kwenta/kwenta)

# Kwenta

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

The decentralized trading UI is available at [kwenta.eth.limo](https://kwenta.eth.limo).<br />
The decentralized trading UI is available at [kwenta.eth.limo](https://kwenta.eth.limo).

ENS link: [kwenta.eth](https://app.ens.domains/name/kwenta.eth).

The latest IPFS hash can be found under [releases](https://github.com/Kwenta/kwenta/releases).
Expand All @@ -15,9 +16,7 @@ The latest IPFS hash can be found under [releases](https://github.com/Kwenta/kwe

- Next.js
- React
- React Query
- Recoil
- Unstated-next
- Redux
- Styled-Components

## Ethereum stack
Expand All @@ -29,6 +28,9 @@ The latest IPFS hash can be found under [releases](https://github.com/Kwenta/kwe

## Development

- [Contributing to the Kwenta frontend](https://docs.kwenta.io/developers/contributing-to-the-kwenta-frontend) - Kwenta Code Style Guidelines
- [The devDAO](https://docs.kwenta.io/developers/devdao-contribute) - How to contribute

### Install dependencies

```bash
Expand All @@ -47,13 +49,8 @@ Then, open `.env.local` and add the missing environment variables:

Required:

- `NEXT_PUBLIC_PORTIS_APP_ID` - Portis app id (get it from [portis.io](https://www.portis.io/))
- `NEXT_PUBLIC_BN_ONBOARD_API_KEY` - Blocknative Onboard API key (get it from [blocknative.com](https://blocknative.com/))
- `NEXT_PUBLIC_PROVIDER_ID` - Specifies the default provider, options are `INFURA` or `BLAST_API`

Optional:

- `NEXT_PUBLIC_INFURA_PROJECT_ID` - Infura project id (get it from [infura.io](https://infura.io/))
- `NEXT_PUBLIC_INFURA_PROJECT_ID` - Infura project id (get it from [infura.io](https://infura.io/)) or
- `NEXT_PUBLIC_BLASTAPI_PROJECT_ID` - Blast API project id (get it from [blastapi.io](https://blastapi.io/))

### Run
Expand Down
Loading

0 comments on commit da6ee2c

Please sign in to comment.