Prop
DeFi? CeFi? TradFi?
prop is an open and opinionated trading platform using productive & familiar
open source libraries and tools for strategy research, execution and operation.
Install
Add prop to your list of dependencies in mix.exs
def deps do
[
{:prop, "~> 0.0.4"}
]
endUsage
You can run the app natively on the host http://prop.localhost:4000
$ mix deps.get
$ mix setup
$ mix phx.server
Or within docker-composehttp://prop.localhost
docker-compose up
When running the application with docker-compose you will need to enter the basic auth development credentials:
username: admin
password: passwordRequirements
prop requires Elixir 1.12+ & Erlang/OTP 22+
Prop - http://prop.localhost
Workbench - http://workbench.localhost
From idea to execution, manage your trading operation across a distributed cluster
History - http://history.localhost
Download and warehouse historical trading data
Rube - http://rube.localhost
A multi-chain DeFi development toolkit
Slurpee - http://slurpee.locahost
A GUI frontend to manage blockchain ingestion with slurp
Explore Data with LiveBook - http://livebook.localhost
Grafana - http://grafana.localhost
Prometheus - http://prometheus.localhost
Tools
- workbench - Manage your trading operation across a distributed cluster
- history - Download and warehouse historical trading data
- tai - Composable, real time, market data and trade execution toolkit
- rube - A multi-chain DeFi development toolkit for Elixir
- slurpee - A GUI frontend to manage blockchain ingestion with slurp
- slurp - Blockchain ingestion toolkit
- livebook - Livebook is a web application for writing interactive and collaborative code notebooks built with Phoenix LiveView
- grafana - Dashboard Monitoring. Store & Visualize Your Metrics
- timescaledb - Relational database for time-series data. Supercharged PostgreSQL
- prometheus - An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting
Authors
- Alex Kwiatkowski - alex+git@fremantle.io
License
prop is released under the MIT license