Skip to content

pagu-project/Pagu

Repository files navigation

Pagu

The PAGU is a Robot that provides support and information about the Pactus Blockchain.

Run

The Pagu is required golang installed to be run. make sure you installed The Pactus daemon CLI (and wallet CLI) from here: https://pactus.org/download/#cli

You need to run 2 local pactus node (local-net) and add them to a file called local (it's on .gitignore) and run them.

commands:

pactus-daemon init -w=./local/net1 --localnet

pactus-daemon init -w=./local/net2 --localnet

Note: make sure you enable the gRPC for them.

Then you can make a .env file by following .env.example and fill it with you own node data and test wallet.

Note2: you can make test-net wallets like: pactus-wallet create --testnet

Last step is to run make build and use the pagu-cli binary to start testing your new feature or command.

Contributing

Contributions to the Pagu are appreciated.

License

The Pagu it under MIT.