Settld provides JavaScript and Python SDKs to reduce raw-HTTP integration overhead.
Path: packages/api-sdk
packages/api-sdk
Typical workflow methods:
create/submit lifecycle requests
fetch artifacts and replay checks
dispute operations and status reads
reputation fact queries
Path: packages/api-sdk-python
packages/api-sdk-python
Typical workflow methods mirror JS flow:
settlement lifecycle calls
dispute flow operations
replay checks
reputation reads
Keep artifact IDs in your own datastore.
Treat settlement artifacts as first-class business records.
Use replay + closepack verification for sensitive incident paths.
Keep SDK versions aligned with protocol/object compatibility requirements for your deployment window.
Last updated 1 day ago