Skip to content

Commit

Permalink
fix(go-to-gno-seoul): add rpc flag (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn authored Mar 23, 2024
1 parent 5c3ed54 commit 14f4c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentations/2024-03-23--seoul-go-to-gno--leon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ and expose an RPC endpoint for the UI to connect to it. Start `gnodev`, giving
it the paths to the Memeland package and realm folders:

```
gnodev ./api/p/memeland ./api/r/memeland
gnodev --node-rpc-listener 127.0.0.1:26657 ./api/p/memeland ./api/r/memeland
```

Then, in the `ui/` folder:
Expand Down

0 comments on commit 14f4c73

Please sign in to comment.