Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/howToBuildMiniDapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Then do the same with the [Minima](https://github.com/spartacusrex99/Minima) rep
java -jar ./jar/minima.jar
````

Importantly, for our purposes, that command fires up a MiniDapp Server on port [21000](http://localhost:2100) of your local machine. We'll use that, later.
Importantly, for our purposes, that command fires up a MiniDapp Server on port [9004](http://127.0.0.1:9004/) of your local machine. We'll use that, later.

As a brief aside, you could also start the MiniDapp Server via:

Expand Down