Skip to content

ErfoJS/ksox-web

 
 

Repository files navigation

KSOX-WEB

GitHub Workflow Status Qwik Build Version

🚀 Quick Start Guide

Embarking on your journey with the KSOX-WEB workspace? Here's a streamlined guide:

1. Cleanup

Begin with a clean slate by removing residual files from any prior builds:

npm run clean

2. Setup

Initialize your environment by installing all necessary dependencies:

npm install

3. Code Styling

Ensure your code exudes clarity and consistency with our predefined standards:

npm run fmt

4. Linting

Maintain the integrity and quality of your code with our linting tools:

npm run lint

5. Stay Updated

Regularly check for and integrate updates to keep your project at its best:

npm run update

My participation

- Orderbook component

To see a list displaying all the buy and sell orders for a specific asset, ranked by price level, follow these simple instructions

choose branch 11-develop-order-book-component-for-ksox-web-exchange-section
npm run
go to exchange page
add "btc-usd" to already existing adress in Web Browser

- LimitOrder component

to see a place in the market where orders are set up and finalize

choose branch 13-develop-limit-order-component-for-ksox-web-exchange-section
npm run
go to exchange page
add "btc-usd" to already existing adress in Web Browser

🤝 Contributing

Encountered a hurdle or have a suggestion? Raise an issue or connect with our dedicated team. Your journey with KSOX-WEB is valued!

About

The KSOX Project web implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.2%
  • JavaScript 2.6%
  • CSS 1.4%
  • Dockerfile 0.8%