From 90cad3a426794ca973abb2ddeda2957740250bfd Mon Sep 17 00:00:00 2001 From: Mudassir Shabbir Date: Fri, 19 Jul 2024 17:49:26 +0500 Subject: [PATCH 1/3] fix: typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb4b6f9..426a23c1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ demo-agd-1 | 2023-12-27T04:08:08.407Z block-manager: block 1005 commit - run `yarn start:ui` to start `sell-concert-tickets` contract UI. - open a browser and navigate to `localhost:5173` to interact with the contract via UI. -To follow more detailed tutorial, go [here](https://docs.agoric.com/guides/getting-started/tutorial-dapp-agoric-basics.html). +See a [more detailed tutorial](https://docs.agoric.com/guides/getting-started/tutorial-dapp-agoric-basics.html). ## Testing From 1eb4c3a7b87edc73bd2bcf25edbdb8ba50947e56 Mon Sep 17 00:00:00 2001 From: Mudassir Shabbir Date: Fri, 19 Jul 2024 17:54:18 +0500 Subject: [PATCH 2/3] fix: redundant step in readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 426a23c1..d6d439dd 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,11 @@ Here are the step-by-step instructions to run/work on `dapp-agoric-basic` in git 2. Click on ![Green `<> Code` button](https://docs.github.com/assets/cb-13128/mw-1440/images/help/repository/code-button.webp) 3. Click on `Codespaces` tab and create a new Codespace. If you are already using Codespaces on current repo then click the "+" button on top right of the `Codespaces` tab to create a new one. 4. You should see a VSCode environment load in your browser followed by a setup. This should take a few minutes. -5. Once it's done do `yarn install` in the terminal. -6. Do `yarn start:docker` followed by `yarn docker:logs` - kill it after you see `begin`/`commit`. -7. Do `yarn start:contract`. -8. Do `yarn start:ui` - a pop-up should appear in bottom right. Click open in browser if needed. -9. DApp should be load in your browser. -10. Connect your Wallet and interact with DApp as usual. +5. Do `yarn start:docker` followed by `yarn docker:logs` - kill it after you see `begin`/`commit`. +6. Do `yarn start:contract`. +7. Do `yarn start:ui` - a pop-up should appear in bottom right. Click open in browser if needed. +8. DApp should be load in your browser. +9. Connect your Wallet and interact with DApp as usual. ## Contributing See [CONTRIBUTING](./CONTRIBUTING.md) for more on contributions. From abd988b6efc0c380c5c0ddd5019d443f3e95f41c Mon Sep 17 00:00:00 2001 From: Mudassir Shabbir Date: Fri, 19 Jul 2024 17:57:24 +0500 Subject: [PATCH 3/3] chore: created a needed link for localhost --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6d439dd..47e989d2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ demo-agd-1 | 2023-12-27T04:08:08.407Z block-manager: block 1005 commit ``` - run `yarn start:contract` to start the contracts. - run `yarn start:ui` to start `sell-concert-tickets` contract UI. -- open a browser and navigate to `localhost:5173` to interact with the contract via UI. +- open a browser and navigate to [localhost:5173](http://localhost:5173) to interact with the contract via UI. See a [more detailed tutorial](https://docs.agoric.com/guides/getting-started/tutorial-dapp-agoric-basics.html).