-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix interact tab and update monogen semver docs (#259)
- Loading branch information
1 parent
f959116
commit 501ce8d
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ To generate a new Monomer application with the default configuration, navigate t | |
```bash | ||
rm -rf ~/.testapp \ | ||
&& rm -rf testapp \ | ||
&& go run github.com/polymerdao/monomer/cmd/[email protected]-beta \ | ||
&& go run github.com/polymerdao/monomer/cmd/[email protected].0 \ | ||
&& cd testapp \ | ||
&& ./setup-helper.sh | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
draft: true | ||
sidebar_position: 3 | ||
sidebar_position: 2 | ||
--- | ||
|
||
# Interact with a Monomer Rollup Devnet | ||
|
@@ -20,7 +20,7 @@ However, the server currently requires that MetaMask be used for the L1 wallet a | |
For additional safety, you should ensure that you're using a wallet specific to testing and not a wallet that stores any funds on Ethereum mainnet. | ||
::: | ||
|
||
Once the devnet is running, run the following command to set up the test server: | ||
Once the devnet is running, run the following command from the generated application directory to set up the test server: | ||
|
||
```bash | ||
go run github.com/eliben/[email protected] -port=0 wallet | ||
|