Skip to content

Releases: PlatformNetwork/bounty-challenge

Bounty Challenge v0.1.0

24 Feb 07:51

Choose a tag to compare

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_64

The CLI connects to https://chain.platform.network by default.
Set BOUNTY_RPC_URL to override.

Bounty Challenge v0.0.1

23 Feb 04:57

Choose a tag to compare

Bounty Challenge v0.0.1

Downloads

  • bounty-cli-linux-x86_64 - Linux CLI binary
  • bounty_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_64

Default RPC

The CLI connects to https://chain.platform.network by default.