/oeth-dapp

The dapp for oeth integration

Primary LanguageTypeScript

OETH Dapp

This Next.js application powers the dapp for Origin ETH; the yield-generating, self custodial LSD. Contact us on Discord if you're interested in contributing.

Getting Started

First, install the necessary packages from the project directory:

yarn install

Then, copy the file containing the environment variables:

cp dev.env .env

Finally, start the development server:

yarn dev