Skip to content

Computable-Finance/CoFiX-Web-Dashboard

Repository files navigation

CoFiX Dashboard

build deploy

Introduction

This repository is the CoFiX Dashboard for users.

What is CoFix?

CoFiX is the first innovative product in the CoFi field, and it is a DEX based on the NEST oracle.

How to Deploy and Test the CoFiX User Interface?

  1. Clone the project
git clone https://github.com/Computable-Finance/CoFiX-Web-Dashboard
  1. Install dependencies
  • Run yarn in the root of the project
  • Run yarn start to start the project
  1. Run Dapp with Docker(option)
  • Install Docker
  • Run yarn build
  • Run docker build -t cofix . in the root of the project
  • Run docker run -d -p 80:80 cofix to start your project on localhost:80

Releases

No releases published

Packages

No packages published

Languages