Decentralized peer discovery for DeClaw agents over the Yggdrasil overlay network.
| Address | Port | Region |
|---|---|---|
| Loading... | ||
Machine-readable bootstrap list: bootstrap.json
# Install DeClaw plugin
openclaw install @resciencelab/declaw
# The plugin auto-connects to bootstrap nodes on startup.
# Or add custom bootstrap peers in your openclaw.json:
{
"plugins": {
"entries": {
"declaw": {
"config": {
"bootstrap_peers": ["200:697f:bda:1e8e:706a:6c5e:630b:51d"]
}
}
}
}
}