Skip to content

Relayer frontend built with React, including wallet and charts SDK

Notifications You must be signed in to change notification settings

novaprotocolio/frontend

Repository files navigation

Nova Box Dex Frontend

This is the front end of the Nova box dex project. It's developed using react. The project is created by the create-react-app command.

frontend

How to develop

Step 0: Install dependences

yarn

Step 1: Start server

yarn start

How to build

Step 0: Install dependences

yarn

Step 1: Build

yarn build

How to develop modules [sdk-charts & sdk-wallets]

Step 0: Install nsi package globally

npm i -g npm-safe-install

Step 1: Install modules as symlink modules

cd sdk-charts && npm link && nsi
cd sdk-wallets && npm link && nsi

Build docker

`docker build -q -t novaprotocolio/nova-scaffold-dex-web:latest .`

About

Relayer frontend built with React, including wallet and charts SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published