From 1b0f6796c1a1a86d86fd29df49fd58913936e53c Mon Sep 17 00:00:00 2001 From: InversionSpaces Date: Thu, 12 Oct 2023 15:12:42 +0000 Subject: [PATCH] uri -> uris --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 124110f..044738d 100644 --- a/README.md +++ b/README.md @@ -600,7 +600,7 @@ One little command is doing quite a bit so you don't have to. Let's work through * for an up-to-date look, all service assets, i.e., modules, are (re-) compiled (1) * a (new) Deal with both on-chain and off-chain activities is created (2) * the wasm modules and config are uploaded to IPFS node where deal-participating peer's workers can fetch the package by CID -* now you have to get involved! you are presented with the uri to get metamask to ask you to sign your escrow payment to the contract (3) (4). Copy and paste the uris to your browser and eventually, Metamask should pop-up with a signing request. A transaction is displayed only in hex, so double check the other request params to make sure you're signing the Mumbai transaction. This is what you should see: +* now you have to get involved! you are presented with uris to get metamask to ask you to sign your escrow payment to the contract (3) (4). Copy and paste the uris to your browser and eventually, Metamask should pop-up with a signing request. A transaction is displayed only in hex, so double check the other request params to make sure you're signing the Mumbai transaction. This is what you should see: ![Sign TX](./images/sign_tx_metamask.png) * once you sign transactions, the deal is created and the workers join the deal, deploying your services (5) * finally, deployment information is saved for future use in Aqua scripts (6)