1 unstable release
new 0.1.1 | Apr 3, 2025 |
---|
#10 in #ai-agents
240KB
3.5K
SLoC
Recall SDK
Recall SDK
Table of Contents
Background
Recall SDK is a library for managing your account and data interactions on Recall. This repo consists of the following crates:
recall_provider
: A chain and object provider for Recall.recall_signer
: A transaction signer for Recall. This crate has a built-in wallet signer implementation that relies on a local private key to sign messages.recall_sdk
: The top-level user interface for managing Recall object storage and timehubs.
These crates haven't been published yet, but you can read the Cargo docs by building them locally from the repo root.
# Build cargo docs and open in your default browser
make doc
Usage
You can find detailed usage instructions in the Recall SDK documentation, and review the examples for simple quickstarts.
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT OR Apache-2.0, © 2025 Recall Contributors
Dependencies
~88–125MB
~2.5M SLoC