For the complete documentation index, see llms.txt. This page is also available as Markdown.

Quickstart

Quickstart options for the lower-level vbase Python SDK, in the cloud or installed locally

Looking for the recommended Python integration?

Most Python users should start with the Python API Client. It provides a simpler interface for stamping files and data, working with Collections, and verifying stamps through the hosted vBase API.

The vbase-py SDK provides lower-level access to vBase commitment, indexing, and blockchain functionality.

Use this SDK when you need:

  • Direct blockchain interaction

  • Custom commitment-service configuration

  • Lower-level indexing functionality

  • Specialized infrastructure or deployment control

  • Existing workflows already built on vbase-py

Choose an SDK quickstart

Last updated