Skip to content

Repository files navigation

Options6

This project is frontend for options trading, responsive for displaying market data, manipulating orders. Options6 allows whitelabel functionality based on manipulating redux registry object which contains URL/colors/locales. This project communicates with old backend using REST API, subscribes to trading data stream via lightstream.

Documentation

Run

Build

  • yarn build
  • Compiled result will be in /build folder

Test

  • yarn test

Configure

  • Configure API endpoints src/core/endpoint.ts (if necessary), by default it points to http://options.tradesmarter.com in development mode and to window.location.host url in production mode.

Dependencies

Translations

We are using transifex provider, but .po solution is provider agnostic, so you can pick any provider, but .po files should follow gettext format.

  • Use the same scheme with po files - download file and place it into ./translations folder
  • Run command, where LANG= equals language code like 'ru', 'es':
LANG=ru yarn translations:convert
  • This will create .po.json in /src/core/translations, system will catch it automatically once you select it
  • Please rebuild production build using yarn build command

Extend

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages