# 1) Install dependencies
npm install
# 2) Change directory
cd demo
# 3) Build artifacts and tools
make build
# 4) Start local networks (Anvil) & Deploy contracts
make network
# 5) Run demo scenarios
make demo
# Stop networks and clean up
make network-down