Skip to content

Commit

Permalink
Merge branch 'main' into fix/quoted-template
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr-dh99 authored Jan 13, 2025
2 parents 2312d8f + e929f8b commit 69a36be
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 98 deletions.
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
46 changes: 0 additions & 46 deletions docs/.env.example

This file was deleted.

50 changes: 0 additions & 50 deletions docs/config.sample.yml

This file was deleted.

2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Version struct {
var version = Version{
Major: 0,
Minor: 0,
Patch: 5,
Patch: 6,
}

func StringVersion() string {
Expand Down

0 comments on commit 69a36be

Please sign in to comment.