miden-client-cli 0.14.7

The official command line client for interacting with the Miden network
Documentation
1
2
3
4
5
6
7
8
9
10
inputs = [
  { key = "0x0000000000000000000000000000000000000000000000000000000000000000", values = [
    "1",
    "2",
  ] },
  { key = "0x0000000000000000000000000000000000000000000000000000001000000000", values = [
    "13",
    "9",
  ] },
]