Skip to content

Commit

Permalink
uri -> uris
Browse files Browse the repository at this point in the history
  • Loading branch information
InversionSpaces committed Oct 12, 2023
1 parent 31519c8 commit 1b0f679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1b0f679

Please sign in to comment.