Skip to content

Instantly share code, notes, and snippets.

@da-blog
Created July 31, 2023 18:54
Show Gist options
  • Save da-blog/ef96dd9e218eb726d2536254c7112424 to your computer and use it in GitHub Desktop.
Save da-blog/ef96dd9e218eb726d2536254c7112424 to your computer and use it in GitHub Desktop.
8.sh:
_____ _
/ ____| | |
| | __ _ _ __ | |_ ___ _ __
| | / _` | '_ \| __/ _ \| '_ \
| |___| (_| | | | | || (_) | | | |
\_____\__,_|_| |_|\__\___/|_| |_|
Welcome to Canton!
Type `help` to get started. `exit` to leave.
@
val aliceId = participant1.parties.list(filterParty="Alice").head.party.filterString
aliceId: String = "Alice::01691ae95af923195517af5de7cd551d8a52015943d2640b98290af5cb8c5d33fb"
@ val bobId = participant2.parties.list(filterParty="Bob").head.party.filterString
bobId: String = "Bob::01dede5ea97789e9965eb94532b12fe4b83cf06c5571c20787d794e936c0b2df0a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment