Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 408 Bytes

File metadata and controls

14 lines (12 loc) · 408 Bytes

OpenRisk

Open source post-trade risk management system

Demo

Steps to run

Make sure opentrade is running, openrisk connects to opentrade and share its frontend

go get github.com/opentradesolutions/openrisk
cd .gopath/src/github.com/opentradesolutions/openrisk
dep ensure
make run

Now, you can open "http://localhost:9111/#/risk" on your browser.