Skip to content

Instantly share code, notes, and snippets.

@gyorgybalazsi
Created August 29, 2022 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyorgybalazsi/01da896e369672e873acaa3557334daf to your computer and use it in GitHub Desktop.
Save gyorgybalazsi/01da896e369672e873acaa3557334daf to your computer and use it in GitHub Desktop.
Get ACS
alice=Alice::1220903eba6363a0f4cea27fbfdad7e13810273f90aff60257046717ed2581b9d087
bob=Bob::1220903eba6363a0f4cea27fbfdad7e13810273f90aff60257046717ed2581b9d087
grpcurl --plaintext \
-d "{\"ledgerId\":\"sandbox\", \"filter\":{\"filtersByParty\":[{\"key\": \"${alice}\"},{\"key\": \"${bob}\"}]}}" \
"localhost:6865" com.daml.ledger.api.v1.ActiveContractsService/GetActiveContracts > contracts.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment