Releases: PlatformNetwork/bounty-challenge
Releases · PlatformNetwork/bounty-challenge
Bounty Challenge v0.1.0
Bounty Challenge v0.1.0
Downloads
| Platform | Binary |
|---|---|
| Linux x86_64 | bounty-cli-linux-x86_64 |
| macOS x86_64 | bounty-cli-darwin-x86_64 |
| macOS ARM (M1/M2) | bounty-cli-darwin-aarch64 |
| Windows x86_64 | bounty-cli-windows-x86_64.exe |
| WASM module | bounty_challenge.wasm |
Installation
# Linux / macOS
curl -LO https://github.com/PlatformNetwork/bounty-challenge/releases/latest/download/bounty-cli-linux-x86_64
chmod +x bounty-cli-linux-x86_64
./bounty-cli-linux-x86_64The CLI connects to https://chain.platform.network by default.
Set BOUNTY_RPC_URL to override.
Bounty Challenge v0.0.1
Bounty Challenge v0.0.1
Downloads
bounty-cli-linux-x86_64- Linux CLI binarybounty_challenge.wasm- WASM module for validators
Installation
# Download CLI
curl -LO https://github.com/PlatformNetwork/bounty-challenge/releases/download/v0.0.1/bounty-cli-linux-x86_64
chmod +x bounty-cli-linux-x86_64
./bounty-cli-linux-x86_64Default RPC
The CLI connects to https://chain.platform.network by default.