Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Jul 4, 2023
1 parent 48f6797 commit 782b425
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions docs/ledger/get-started/redwood-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ The following RPC endpoints are for full nodes operated by RND and VitWit:
- [http://redwood.regen.network:26657/](http://redwood.regen.network:26657/)
- [http://redwood-sentry.vitwit.com:26657/](http://redwood-sentry.vitwit.com:26657/)

## Testnet Tokens

To interact with Redwood Testnet, you'll need some testnet tokens. You can redeem unofficial REGEN tokens using the following command:

```sh
curl -X POST -d '{"address": "YOUR_REGEN_ADDRESS"}' http://redwood.regen.network:8000
```

## Configuration

To interact with a node on Redwood Testnet, we first need to make sure we have `chain-id` and `node` properly configured for the `regen` binary.
Expand Down Expand Up @@ -45,11 +53,3 @@ To configure the node endpoint for all commands, run the following:
```sh
regen config node http://redwood.regen.network:26657/
```

## Testnet Tokens

To interact with Redwood Testnet, you'll need some testnet tokens. You can redeem unofficial REGEN tokens using the following command:

```sh
curl -X POST -d '{"address": "YOUR_REGEN_ADDRESS"}' http://redwood.regen.network:8000
```
2 changes: 1 addition & 1 deletion docs/ledger/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ curl \
http://localhost:1317/cosmos/bank/v1beta1/balances/<address>
```

You can also use you browser: [http://localhost:1317/cosmos/bank/v1beta1/balances/](http://localhost:1317/cosmos/bank/v1beta1/balances/)
You can also use your browser: [http://localhost:1317/cosmos/bank/v1beta1/balances/](http://localhost:1317/cosmos/bank/v1beta1/balances/)

If you are running a local node and the REST server is not working, make sure the REST service is enabled in `~/.regen/config/app.toml`. If you enable Swagger, the OpenAPI documentation will be available at [http://localhost:1317/swagger/](http://localhost:1317/swagger/).

Expand Down

0 comments on commit 782b425

Please sign in to comment.