mev-inspect-py/scripts/startup.sh
Eru Ilúvatar 3a58c82327
feat: add startup script (#33)
* feat: add startup script

Signed-off-by: Arthurim <arthurbdauphine@gmail.com>

* feat: update doc

Signed-off-by: Arthurim <arthurbdauphine@gmail.com>

Signed-off-by: Arthurim <arthurbdauphine@gmail.com>
2023-01-24 17:13:08 +00:00

11 lines
265 B
Bash

#!/bin/sh
# bash script to launch the
# usage: bash scripts/startup.sh
# this assumes you already ran: kind create cluster
# Do not forget to add your RPC URL below
export RPC_URL=""
tilt down &&
tilt up &&
./mev exec alembic upgrade head &&
./mev prices fetch-all