Skip to content

Manage & explore your trading operation across a globally distributed cluster

License

Notifications You must be signed in to change notification settings

bitcoke/workbench

 
 

Repository files navigation

Workbench - Orchestrate Your Trading

Build Status

Manage & explore your trading operation across a globally distributed cluster

Features

Live Balance Snapshots For Assets & Positions

live-balance-snapshots

Track Cold Storage

wallets

Explore Products Across Venues

products-index products-show

Requirements

Install

Clone the repository and install dependencies

$ git clone https://github.com/fremantle-industries/workbench.git /tmp/workbench && cd /tmp/workbench
$ mix deps.get

Test

$ MIX_ENV=test mix ecto.create
$ MIX_ENV=test mix ecto.migrate
$ mix test

Development

$ mix ecto.create
$ mix ecto.migrate
$ mix phx.server

Production

$ DATABASE_URL=ecto://user@localhost/workbench_prod \
SECRET_KEY_BASE=$(mix phx.gen.secret) \
LIVE_VIEW_SIGNING_SALT=$(mix phx.gen.secret 32) \
GUARDIAN_SECRET_KEY=$(mix guardian.gen.secret) \
MIX_ENV=prod \
mix ecto.create

$ DATABASE_URL=ecto://user@localhost/workbench_prod \
SECRET_KEY_BASE=$(mix phx.gen.secret) \
LIVE_VIEW_SIGNING_SALT=$(mix phx.gen.secret 32) \
GUARDIAN_SECRET_KEY=$(mix guardian.gen.secret) \
MIX_ENV=prod \
mix ecto.migrate

$ DATABASE_URL=ecto://user@localhost/workbench_prod \
SECRET_KEY_BASE=$(mix phx.gen.secret) \
LIVE_VIEW_SIGNING_SALT=$(mix phx.gen.secret 32) \
GUARDIAN_SECRET_KEY=$(mix guardian.gen.secret) \
MIX_ENV=prod \
mix phx.server

Help Wanted :)

If you think this workbench thing might be worthwhile and you don't see a feature we would love your contributions to add them! Feel free to drop us an email or open a Github issue.

Authors

License

workbench is released under the MIT license

About

Manage & explore your trading operation across a globally distributed cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 77.3%
  • CSS 9.3%
  • TypeScript 5.8%
  • JavaScript 4.7%
  • HTML 2.9%