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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ To install `gnokey` and `gnodev`, in the gno repo enter:
8
8
9
9
make install
10
10
11
-
To start gnodev, in this repoin dsocial/realm enter:
11
+
To start gnodev, enter the following where <dsocial> is the root of the dsocial repo. (We run gnodev in the gno repo so that it has the correct Go version.)
12
12
13
-
gnodev .
13
+
gnodev staging <dsocial>/realm/
14
14
15
15
To install the faucet, in another terminal enter:
16
16
@@ -20,27 +20,27 @@ To install the faucet, in another terminal enter:
20
20
21
21
To start the faucet using the mnemonic of the test1 key, enter:
22
22
23
-
./build/faucet serve -send-amount 10000000000ugnot -chain-id dev -remote http://localhost:36657 -mnemonic "source bonus chronic canvas draft south burst lottery vacant surface solve popular case indicate oppose farm nothing bullet exhibit title speed wink action roast"
23
+
./build/faucet serve -send-amount 10000000000ugnot -chain-id dev -remote http://localhost:26657 -mnemonic "source bonus chronic canvas draft south burst lottery vacant surface solve popular case indicate oppose farm nothing bullet exhibit title speed wink action roast"
24
24
25
25
To send coins to your user account, in another terminal enter the following (with your account number):
0 commit comments