This is the frontend of Bitchain project.
Bitchain Project is a cryptocurrency exchange simulator that enables users to trade on cryptocurrency markets without any financial risk. The simulation allows users to learn how to use various financial instruments available on real cryptocurrency exchanges, such as Spot, Futures, as well as stacking options. We draw inspiration from the mechanisms of well-known exchanges like Binance and BingX, with our goal being to implement the majority of their features.
- Clone this repository to your local machine.
- Run
npm i
to instal modules. - Run
npm run dev
to start.