mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-25 08:12:00 +01:00
4 lines
158 B
Bash
Executable file
4 lines
158 B
Bash
Executable file
#1/bin/sh
|
|
curl "http://localhost:8080/api/new/contract/instance/$(cat W$1.cid)/endpoint/pools" \
|
|
--header 'Content-Type: application/json' \
|
|
--data-raw '[]'
|