Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 816 Bytes

File metadata and controls

33 lines (22 loc) · 816 Bytes

Contributing

Thanks for your interest in SCC Open SDK.

Scope

This repo is the public SDK only — client library, native bridge, docs, and examples.

Security research, probe tooling, and internal experiments live outside this repository.

Development

git clone https://github.com/sccclient-opensdk/sccclient-opensdk.git
cd sccclient-opensdk
npm install

Requires SCC desktop app installed (scc-node.node on disk).

Pull requests

  1. Fork and branch from main
  2. Keep changes focused — SDK, docs, or examples only
  3. Test with node examples/send-message.mjs if touching the client
  4. Update docs in docs/ if you change the API

What not to commit

  • Vault directories or scc-vaults/
  • Passwords, tokens, API keys
  • Capture logs (.jsonl)
  • Probe / mass-account scripts