Reactive Trader® is a real-time FX trading platform designed to showcase reactive programming principles across the full application stack.
Originally written in WPF and .Net, and now in React, React-RxJS, Node.js and running on Hydra, we continue to evolve the platform to use the latest technologies.
Please see our Showcase page for a full list of the latest features.
- Web & Mobile
- OpenFin installer: Windows, Mac
- Finsemble smart desktop installer: Windows
- Style guide: Colours, iconography, typography, atoms and molecules
- Storybook: Explore individual React components
Web client
-
Fork and clone the ReactiveTraderCloud repo (see Contributing page)
-
Install Node.js and npm
-
Start the client:
cd src/client npm install npm start
This will connect to the dev back-end in the cloud.
-
Navigate to http://localhost:1917
Manually update contracts for Trading Gateway API
-
Open hydra-reactive-trader project in IntelliJ IDEA and run:
./gradlew
-
Copy file
component/gateway/trading/api/build/generated-sources/codecs/main/resources/trading-gateway.hyer
to UI projectsrc/client/trading-gateway.hyer
-
Back in src/client, run:
npm run generateCod
This will regenerate TradingGateway.ts
(file://./src/client/src/generated/TradingGateway.ts)
Run against local Backend Services
-
Follow instructions to start Backend Services
-
Run:
VITE_HYDRA_URL=ws://localhost:8929 npm start
We practice continuous integration and deployment. Every branch and pull request triggers a build and deployment to an ephemeral environment. Merging to master causes a build and deployment to our development environment.
Please see our contribution guidelines.
Reactive Trader was written by the team at Adaptive, a consultancy that specialises in building real-time trading systems.
Please contact us if you'd like to learn more, or follow us via our blog, Twitter, or LinkedIn.
This application is made available under the Apache license v2.0.