Installation

cargo install corvid-agent-nano

This installs the can binary to ~/.cargo/bin/.

From source

# Clone the repository
git clone https://github.com/CorvidLabs/corvid-agent-nano.git
cd corvid-agent-nano

# Build and install
cargo install --path .

From GitHub

cargo install --git https://github.com/CorvidLabs/corvid-agent-nano.git can

Requirements

  • Rust 1.75 or later
  • An Algorand node (localnet, testnet, or mainnet)

Setting up a local Algorand node

For development, use AlgoKit:

# Install AlgoKit
pipx install algokit

# Start a local Algorand sandbox
algokit localnet start

This starts algod on localhost:4001 and indexer on localhost:8980.

Verify installation

can --help

You should see the full command listing with all available subcommands.