Skip to content

starkware-libs/starkex-playground

Repository files navigation

StarkEx playground

Usage

  1. Install docker:
apt install -y docker.io
  1. Build the docker image:
docker build -t <MEMORABLE_NAME> . --no-cache
  1. Run the docker:
docker run -it <MEMORABLE_NAME>
  1. In the docker container, run ./player.py --help for further instructions.

Examples for querying the feeder gateway

To print the last batch ID to console, run:

wget -nv -q -O- https://gw.playground-v2.starkex.co/feeder_gateway/v2/get_last_batch_id

Given the batch ID (say, batch ID 23), fetch the batch info by running:

wget -nv -q -O- https://gw.playground-v2.starkex.co/feeder_gateway/v2/get_batch_info?batch_id=23

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published