Skip to content

VenusProtocol/venus-protocol-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Venus Protocol Frontend

Official repository for the Venus protocol application.

Getting started

Set environment variables

Create a .env file in the root of the project using the .env.template file as a template. You will need to set environment variables for RPC provider and subgraph URLs, as the ones set by default in the codebase are only valid for hosted environments.

Install dependencies with yarn

yarn

Start the development server

yarn start

Useful commands

Run tests

yarn test

Check Typescript code

yarn tsc

Lint code

yarn lint

Format code

yarn format

Generate production build

yarn build

Start application with production build

yarn serve