A Homebrew tap for pop-cli, the Swiss-army knife for Polkadot development.
brew install r0gue-io/pop-cli/pop
After installation, you can use the pop
command:
pop --version
pop --help
For detailed usage instructions, please refer to the pop-cli documentation.
Pop CLI is a comprehensive tool for Polkadot development that helps developers:
- Build and deploy smart contracts.
- Create and manage parachains and smart contracts.
- Interact with Polkadot networks.
- And much more!
Visit the main pop-cli repository for more information.
This repository includes an automated script for publishing new versions of pop-cli to Homebrew.
./update.sh <version>
Example:
./update.sh 1.0.0
The script will:
- Download the release binaries for both ARM64 and x86_64 architectures.
- Calculate SHA256 checksums.
- Create/update the Homebrew formula.
- Commit and push changes to the tap repository.
Note: The release must exist on the pop-cli GitHub releases page before running the update script.
GPL-3.0