Credentials
Four language SDKs sourced from projects/KryptoOS — integrate issuance, verification, and wallet flows without reimplementing cryptography.
Pick the SDK that matches your stack. All paths call into kryptos-core for signing and verification.
projects/KryptoOS/sdks/dartEoonia Wallet · Ouranoos App
Documentation →TypeScriptprojects/KryptoOS/sdks/typescriptWeb apps · Issuer/Verifier APIs
Documentation →Rustprojects/KryptoOS/sdks/rustkryptos-core · native services
Documentation →Pythonprojects/KryptoOS/sdks/pythonOperations · tooling scripts
Documentation →Most applications need three capabilities: create or resolve a did:emp, request credentials from an issuer, and verify presentations on the server. SDKs wrap REST APIs and chain RPC with typed helpers.
Install guides, public endpoints, and integration flow on the download page.