DOCUMENTATION_v2.0
Documentation
Quick starts, protocol references and operator guides for giving agents storage, identity and memory.
Quick start
Install semantic memory
Give an agent memory that survives restarts
npm install @palimesh/claw-memRegister a DID
Create a did:coc identity and configure guardians
npm install @palimesh/palimesh-soul
palimesh-soul register --guardians 3Upload content
IPFS-compatible API, optional erasure coding
curl -F file=@state.tar \
'http://127.0.0.1:5001/api/v0/add?erasure=4+2'Core documentation
π Storage technical paper
Seven layers, four algorithms and the cross-continent destruction test
πΈοΈ P2P storage mechanism
pushToK, fetchRemote, repairTick and DHT provider records
πͺͺ DID method specification
The W3C DID Core method definition for did:coc
𧬠Soul backup and recovery
Incremental Merkle snapshots, the Carrier network and the resurrection state machine
Developer guides
Agent operations
- βOpenClaw reference integration (one reference implementation, not the only one)
- βAutomatic memory capture and retrieval
- βPolicy engine configuration
- βSecurity best practices
Running a storage node
- βReuse the chain node and its $PALI bond
- βCapacity declaration and storageGb
- βAnswering PoSe storage challenges
- βClaiming earnings in $MESH
SDK reference
- β@palimesh/palimesh-soul API
- β@palimesh/claw-mem API
- βIPFS-compatible HTTP API
- βCidRegistry resolution
Settlement layer
- βChain parameters (RPC / faucet) are on Palium
- βStorageRewardManager claim flow
- β$MESH payment split 70 / 20 / 10
- βDeployed contract addresses
Implementation Status
Block production, mempool, snapshots, finality
HTTP gossip + TCP Wire + Kademlia DHT, BFT dual transport, per-peer dedup
EthereumJS + revm dual pipeline, Cancun/EIP-4844, LevelDB
77+ standard methods, BigInt serialization, structured error codes
eth_subscribe, real-time events
PoSeManagerV2, EIP-712, witness selection, fault proofs, Merkle reward tree, 9-layer receipt validation
W3C did:coc, capability bitmask, β€3-hop delegation, 2/3 guardian recovery
IPFS-compatible HTTP API + CidRegistry
palimesh-node, palimesh-agent, palimesh-relayer integration
1300+ tests, 100+ files across node / services / runtime / contracts / extensions
See the project README for the full implementation status
View on GitHubDeveloper Tools
πΌ CLI Wallet
Command-line wallet tool
- βΈCreate addresses
- βΈTransfers
- βΈBalance queries
π Block Explorer
Full-featured web explorer
- βΈBlock / tx lookup
- βΈContract calls
- βΈStorage scanner
π§ͺ Test Scripts
Quality-assurance tools
- βΈUnit tests
- βΈIntegration tests
- βΈE2E tests