-
install direnv (macOS: brew, ubuntu: apt) + hook into shell
-
run
direnv allow && docker-compose up --build
. it will probably take a few mins of docker doing its thing before everything is ready -
annoying step that won't be necessary soon... copy the contents of
mutation.gql
, thencd hasura && hasura console
. Once the browser console opens, paste the generated mutation in the graphql editor and run it, it should create all the market and associated asset records. -
open http://localhost
-
do a buy or sell trade on devnet BTC-USDC June 2021 options
-
hopefully it'll show up in the table on http://localhost within a few seconds
Edit .envrc
and run docker-compose up --build -d