This repository is the CoFiX Dashboard for users.
CoFiX is the first innovative product in the CoFi field, and it is a DEX based on the NEST oracle.
- Website: cofix.tech
- Details about the protocol can be found in the English whitePaper or 中文白皮书
- For more documentation, check Computable-Finance/Doc
- Twitter: @CoFiXProtocol
- Telegram: @CoFixProtocol
- Clone the project
git clone https://github.com/Computable-Finance/CoFiX-Web-Dashboard
- Install dependencies
- Run
yarn
in the root of the project - Run
yarn start
to start the project
- 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 onlocalhost:80