Catalog
Tutorials
Pick a track. Every step is a real animica
CLI command โ no synthetic playground. Completing a tutorial pays the
listed reward; finishing every tutorial in a track awards a track badge.
Wallet basics
Install the CLI, create a keypair, send transfers.
Install the CLI and create your wallet
Install the animica Python package, create a fresh wallet, set it as your default, and check the balance.
Send your first transaction
Send ANIMICA from your wallet to another address using `animica tx send`, then verify the receipt with `animica tx status`.
Run a node
Start a local node, tail logs, query the chain head.
Mine & AICF
Chat with AICF, mine ANIMICA, earn credits.
Run your first AICF chat
Use `animica chat` to pay an AICF worker for a real LLM response, then verify the settlement on-chain.
Mine Animica
Use `animica miner setup` and `animica miner mine-blocks` to mine PoW against the official pool. AICF inference jobs are served automatically alongside PoW for extra credits.
Smart contracts
Compile, deploy, call โ straight from the CLI.