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