Skip to content

Commit

Permalink
syntax edit
Browse files Browse the repository at this point in the history
  • Loading branch information
serinko committed Jun 14, 2024
1 parent e37d0cb commit 893b8d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/operators/src/release-cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To track changes easily, builders and operators can visit one of the following:

In case you want to propose changes or resolve some of the existing [issues](https://github.com/nymtech/nym/issues), start [here](https://github.com/nymtech/nym/issues/new/choose). If you want to add content to the Operators Guide, visit [this page](legal/add-content.md).

```tip
```admonish tip
Feature tickets need explicit (while concise) wording because that title is eventually added to the changelog. Keep in mind that bad ticket naming results in bad changelog.
If you want to run in the testing environment, follow our [Sandbox testnet](sandbox.md) guide.
Expand Down
3 changes: 2 additions & 1 deletion documentation/operators/src/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ curl -o sandbox.env -L https://raw.githubusercontent.com/nymtech/nym/develop/env

3. Bond your node to Nym Sandbox environment:
- Open [Nym Wallet](https://nymtech.net/download/wallet) and switch to testnet
![](images/sandbox.png)
- Go to [faucet.nymtech.net](https://faucet.nymtech.net) and aquire 101 testnet NYM tokens
- Follow the steps on the [bonding page](nodes/bonding.md)

![](images/sandbox.png)

~~~admonish tip
1. If you [built Nym from source](building-nym.md), you already have `sanbox.env` as a part of the monorepo (`nym/envs/sandbox.env`). Giving that you likely to run `nym-node` from `nym/target/release`, the flag will look like this `--config-env ../../envs/sandbox.env`
Expand Down

0 comments on commit 893b8d4

Please sign in to comment.