You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e-test/asterizm/Asterizm.md
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,9 @@ Available options:
164
164
165
165
### client
166
166
167
-
Command used by client to post (reveal) original message to the blockchain.
167
+
Command used by client to post (reveal) original message to the blockchain, as datum accompanying token minted by the client. Transaction references UTxO with relayer's token. Client's minting policy validates *a)* the relayer's policy ID against the Registry (identified by thread-token) and *b)* compatibility between the client's message and the message-hash contained in the relayer's token-name.
168
+
169
+
Note that client's *minting policy* is parameterized by the client's pub-key-hash and the thread-token's policy ID.
*Note:* You can reproduce this workflow using the shell files provided in directory `./e2e-test/asterizm`. (Make this your active directory.) It is assumed that you have independently generated .addr, .skey and .vkey files for users "someone", "asterizm", "alice", "bob", "charlie" and "dylan" in directory `./e2e-test/asterizm/keys` and that you have funded "someone", "alice" and "bob".
312
+
*Note:* You can reproduce this workflow using the shell scripts provided in directory `./e2e-test/asterizm`. (Make this your active directory.) It is assumed that you have independently generated .addr, .skey and .vkey files for users "someone", "asterizm", "alice", "bob", "charlie" and "dylan" in directory `./e2e-test/asterizm/keys` and that you have funded "someone", "alice" and "bob".
0 commit comments