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