Skip to content

Commit

Permalink
docs: update INSTALL.md (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Jan 13, 2025
1 parent 0bd46d3 commit e929f8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ Use the following command:
go run ./cmd/cli -c ./config/config.sample.yml run
```

Now, you can interact with Pagu:

```bash
calculate reward --stake=1000 --days=1
```

## Contributing

We are excited to welcome contributions to Pagu! To get started, follow these steps:
Expand Down
2 changes: 1 addition & 1 deletion config/config.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bot_name: "Pagu-Development"
network: "Mainnet"

# Pactus clients
local_node: "localhost:50051" # Address of the local Pactus node for direct communication.
local_node: "bootstrap1.pactus.org:50051" # Address of the local Pactus node for direct communication.

# List of Pactus nodes Pagu can connect to for information.
# These nodes must have public gRPC endpoints.
Expand Down

0 comments on commit e929f8b

Please sign in to comment.