From 29f499a7e7c3cfb81c91ca50974a86fc9848e604 Mon Sep 17 00:00:00 2001 From: Zishan Date: Tue, 5 Dec 2023 16:50:01 +0530 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 389d023..9f12cf3 100644 --- a/README.md +++ b/README.md @@ -46,15 +46,17 @@ To run the contract tests, simply run `yarn test` from the root directory. This 2. set the protocol fee destination to the newly created account (only deployer can set the protocol fee destination) by calling `set-protocol-fee-destination` function from the deployed keys contract via stacks explorer sandbox -3. Connect the deployer wallet to the application +stacks explorer sandbox contract link : http://localhost:8000/sandbox/contract-call/ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM.keys?chain=testnet&api=http://localhost:3999 + +4. Connect the deployer wallet to the application -4. The application will check if you have already bought the first key, if not then it will ask you to buy the first key (first key is free and allows the subject to create a profile) +5. The application will check if you have already bought the first key, if not then it will ask you to buy the first key (first key is free and allows the subject to create a profile) -5. Now you are redirected to the profile page, where you can trade keys +6. Now you are redirected to the profile page, where you can trade keys -6. Now connect the holder wallet to the application in another browser +7. Now connect the holder wallet to the application in another browser -7. repeat the process of buying the first key +8. repeat the process of buying the first key