Skip to content

SealLayer/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SealLayer SDK Monorepo

Monorepo for SDKs and standalone CLI.

Layout

  • specs/ - shared contract and error mapping
  • python/ - reference SDK (gold standard)
  • node/ - Node.js SDK (contract-compatible)
  • php/ - PHP SDK (contract-compatible)
  • cli/ - standalone Go CLI
  • integration-tests/ - shared fixtures and cross-SDK tests
  • examples/ - usage samples

API Compatibility

Targets backend API v1:

  • POST /v1/seal
  • GET /v1/status/{batch_id}
  • GET /v1/config/public
  • GET /healthz

See specs/contract.md and specs/errors.md.

Additional Docs

  • specs/telemetry-mocking.md
  • specs/release-guide.md

Quick Examples

  • examples/python_example.py
  • examples/node_example.mjs
  • examples/php_example.php

About

Official SealLayer SDK monorepo for Python, Node.js, PHP, and Go CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors