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
Copy file name to clipboardExpand all lines: README.md
+26-9
Original file line number
Diff line number
Diff line change
@@ -6,83 +6,102 @@
6
6
7
7
The Orchestration Basics dApp showcases various features of the orchestration API running inside of an end-to-end environment, and a user interface:
8
8
9
-
10
9
## Set up the local environment
11
10
12
11
- Follow the instructions in `agoric-sdk/multichain-testing/README.md` to setup local multi-chain environment needed to run and test dApp. You can run `agd status` to check if this was successful.
13
12
14
13
- Run the following in the top level directory of `dapp-orchestration-basics` to run `hermes update` in the background:
15
14
16
15
```sh
17
-
make hermes-update &
16
+
make hermes-update &
18
17
```
19
18
20
19
## Fund the account
20
+
21
21
- Run the following in the `contract/` directory of `dapp-orchestration-basics`:
22
+
22
23
```
23
24
make fund
24
25
```
26
+
25
27
This will fund `ADDR`, `CLIENTADDR`, and `CLIENT_OSMO_ADDR` as defined in `contract/Makefile`.
26
28
27
29
## Build & Deploy the dapp
30
+
28
31
- From the `contract/` directory of `dapp-orchestration-basics`, run:
32
+
29
33
```
30
34
make e2e
31
35
```
36
+
32
37
Wait for this step to complete (this could take a while!) before you start UI in the next.
38
+
33
39
## Start UI
40
+
34
41
- Run the following inside of the `ui/` directory of `dapp-orchestration-basics`:
If an ordinary synchronous call (obj.method()) fails because the method doesn't exist, the obj may be remote, in which case E(obj).method() might work.
@@ -95,21 +114,19 @@ make override-chain-registry
95
114
```
96
115
97
116
# funding on osmosis
117
+
98
118
```console
99
119
osmosisd tx bank send faucet osmo1dw3nep8yqy5szzxn6hmma6j2z77vp4wz8tkh0w3gyrruwny0w03s070kaa 299999999uosmo --chain-id osmosislocal --gas-adjustment 2 --gas auto --from faucet --gas-prices 0.0025uosmo
0 commit comments