jadoonf / venus-protocol-interface

Venus Protocol Frontend Dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Venus Protocol Frontend

Official repository for the Venus protocol application.

Getting started

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

Packages

Packages Description
contracts Generates instances of contracts for each supported chain
tokens Generates lists of tokens for each supported chain
analytics Captures analytic events
translations Renders texts in every supported language
lunaUstWarning Handles blocking the UI when user has LUNA or UST enabled
wallet Handles connection with web3 provider and wallet
errors Handles error reporting and displaying error messages

About

Venus Protocol Frontend Dapp

License:MIT License


Languages

Language:TypeScript 99.0%Language:Handlebars 0.3%Language:JavaScript 0.3%Language:HTML 0.2%Language:SCSS 0.2%Language:Dockerfile 0.0%Language:Shell 0.0%