Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 463 Bytes

wip.md

File metadata and controls

15 lines (10 loc) · 463 Bytes
  • First build the image:
docker build -t e2e-test -f Dockerfile.e2e .
  • Then run the image:
docker run --rm -p "20443:20443" -e MINE_INTERVAL=5s e2e-test

psql postgresql://postgres:postgres@localhost:5490/stacks_blockchain_api -c "COPY (SELECT id, receive_timestamp, event_path, payload FROM event_observer_requests ORDER BY id ASC) TO STDOUT ENCODING 'UTF8'" > events.csv