Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.arkadeos.com/llms.txt

Use this file to discover all available pages before exploring further.

Arkade Operator Instances

Connect to live Arkade Operator instances for testing and development:
NetworkURLStatus
Bitcoinhttps://arkade.computer✅ Active
Mutinynethttps://mutinynet.arkade.sh✅ Active
Signethttps://signet.arkade.sh✅ Active

Arkade Explorers

Use the Arkade Explorer to inspect transactions, VTXOs, and batches:

Bitcoin Explorer

Browse and inspect Arkade transactions on Bitcoin mainnet

Mutinynet Explorer

Browse and inspect Arkade transactions on Mutinynet

Signet Explorer

Browse and inspect Arkade transactions on Signet

Local Arkade Operator

If you want to run Arkade locally for testing, you can start a Nigiri environment with Arkade support enabled:
nigiri start --ark 
Once running, Nigiri will spin up a local Bitcoin regtest network with the Arkade operator instance. You can connect your SDK to it using the following URL:
NetworkURLStatus
Regtesthttp://localhost:7070Self-deployed
This lets you test wallet creation, offchain payments, and unilateral exits without touching public test networks.