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
- run `yarn start:contract` to start the contracts.
21
21
- run `yarn start:ui` to start `sell-concert-tickets` contract UI.
22
-
- open a browser and navigate to `localhost:5173` to interact with the contract via UI.
22
+
- open a browser and navigate to [localhost:5173](http://localhost:5173) to interact with the contract via UI.
23
23
24
-
To follow more detailed tutorial, go [here](https://docs.agoric.com/guides/getting-started/tutorial-dapp-agoric-basics.html).
24
+
See a [more detailed tutorial](https://docs.agoric.com/guides/getting-started/tutorial-dapp-agoric-basics.html).
25
25
26
26
## Testing
27
27
@@ -38,12 +38,11 @@ Here are the step-by-step instructions to run/work on `dapp-agoric-basic` in git
38
38
2. Click on 
39
39
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.
40
40
4. You should see a VSCode environment load in your browser followed by a setup. This should take a few minutes.
41
-
5. Once it's done do `yarn install` in the terminal.
42
-
6. Do `yarn start:docker` followed by `yarn docker:logs` - kill it after you see `begin`/`commit`.
43
-
7. Do `yarn start:contract`.
44
-
8. Do `yarn start:ui` - a pop-up should appear in bottom right. Click open in browser if needed.
45
-
9. DApp should be load in your browser.
46
-
10. Connect your Wallet and interact with DApp as usual.
41
+
5. Do `yarn start:docker` followed by `yarn docker:logs` - kill it after you see `begin`/`commit`.
42
+
6. Do `yarn start:contract`.
43
+
7. Do `yarn start:ui` - a pop-up should appear in bottom right. Click open in browser if needed.
44
+
8. DApp should be load in your browser.
45
+
9. Connect your Wallet and interact with DApp as usual.
47
46
48
47
## Contributing
49
48
See [CONTRIBUTING](./CONTRIBUTING.md) for more on contributions.
0 commit comments