Skip to content

elysia-dev/elysia-v2-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains elysia web app interface source code.

Elysia V2 Interface

The web application hosted at https://gov.elysia.land is a convenient way to access the core functionality of the Elysia Protocol V2.

Setup

Create .env file in the project directory and add the following environment variables:

# JSON rpc endpoint or infura address ex) infura url
NEXT_PUBLIC_INFURA_ADDRESS=***
NEXT_PUBLIC_JSON_RPC=***
  • Install dependencies with yarn
yarn dev