Skip to content

rsynthlabs/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdk

verifiable robot execution.

a robot performs an action. the payload — task, duration, metrics, outcome — is signed and its hash is anchored on base. anyone can verify a posted execution matches its on-chain record.

intelligence layer for the robotics economy. $R.


status

early. scaffolding. interfaces in place, implementation in progress.

structure

  • sdk/ — python client. sign payloads, anchor hashes, verify.
  • contracts/ — solidity (foundry). on-chain execution log.
  • examples/ — integrations. first target: lerobot eval pipelines.

see SCHEMA.md for the payload format and verification flow.

install

# python sdk (dev install, pre-release)
cd sdk
pip install -e .
# contracts
cd contracts
forge build
forge test

links

license

MIT.