Synor Blockchain — Quantum-secure decentralized cloud computing platform
Find a file
Gulshan Yadav e65ea40af2 feat: implement Privacy and Contract SDKs for all 12 languages (Phase 5)
Privacy SDK features:
- Confidential transactions with Pedersen commitments
- Bulletproof range proofs for value validation
- Ring signatures for anonymous signing with key images
- Stealth addresses for unlinkable payments
- Blinding factor generation and value operations

Contract SDK features:
- Smart contract deployment (standard and CREATE2)
- Call (view/pure) and Send (state-changing) operations
- Event log filtering, subscription, and decoding
- ABI encoding/decoding utilities
- Gas estimation and contract verification
- Multicall for batched operations
- Storage slot reading

Languages implemented:
- JavaScript/TypeScript
- Python (async with httpx)
- Go
- Rust (async with reqwest/tokio)
- Java (async with OkHttp)
- Kotlin (coroutines with Ktor)
- Swift (async/await with URLSession)
- Flutter/Dart
- C (header-only interface)
- C++ (header-only with std::future)
- C#/.NET (async with HttpClient)
- Ruby (Faraday HTTP client)

All SDKs follow consistent patterns:
- Configuration with API key, endpoint, timeout, retries
- Custom exception types with error codes
- Retry logic with exponential backoff
- Health check endpoints
- Closed state management
2026-01-28 09:03:34 +05:30
.cargo feat(crypto-wasm): add deterministic Dilithium3 key derivation and hybrid signatures 2026-01-10 05:34:26 +05:30
.github feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
apps fix: remove unused imports and suppress warnings in various modules 2026-01-26 23:59:27 +05:30
contracts feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30
crates fix: remove unused imports and suppress warnings in various modules 2026-01-26 23:59:27 +05:30
docker feat(economics): add Phase 12 - Economics & Billing infrastructure 2026-01-19 21:51:26 +05:30
docs feat(phase13): complete Docker deployment and Phase 14 planning 2026-01-19 16:09:44 +05:30
formal feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
monitoring feat: Desktop wallet, gas estimator UI, and 30-day monitoring stack 2026-01-10 04:38:09 +05:30
scripts feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
sdk feat: implement Privacy and Contract SDKs for all 12 languages (Phase 5) 2026-01-28 09:03:34 +05:30
src test: add comprehensive test suite (1,357 tests total) 2026-01-20 06:35:28 +05:30
tests fix: resolve compilation errors in tests and crates 2026-01-26 21:09:56 +05:30
.gitignore chore: add .vite to gitignore 2026-01-08 05:22:24 +05:30
Cargo.toml fix: resolve compilation errors in tests and crates 2026-01-26 21:09:56 +05:30
CLAUDE.md feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
deny.toml feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
docker-compose.compute.yml feat(compute): integrate synor-compute with VM and hosting layers 2026-01-11 14:05:45 +05:30
docker-compose.dex-services.yml feat(dex): add Docker deployment for DEX ecosystem services 2026-01-19 19:59:30 +05:30
docker-compose.dex.yml feat(dex): add Docker deployment for DEX ecosystem services 2026-01-19 19:59:30 +05:30
docker-compose.economics.yml feat(economics): add Phase 12 - Economics & Billing infrastructure 2026-01-19 21:51:26 +05:30
docker-compose.hosting.yml feat(hosting): add hosting gateway server with Docker deployment 2026-01-10 12:45:26 +05:30
docker-compose.storage.yml feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30
docker-compose.testnet.yml feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30
docker-compose.wasm.yml feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
docker-compose.zk.yml feat(phase13): complete Docker deployment and Phase 14 planning 2026-01-19 16:09:44 +05:30
Dockerfile feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
Dockerfile.contracts feat(dex): add Docker deployment for DEX ecosystem services 2026-01-19 19:59:30 +05:30
Dockerfile.explorer a 2026-01-08 09:24:26 +05:30
Dockerfile.faucet a 2026-01-08 09:24:26 +05:30
Dockerfile.security feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
Dockerfile.test test: add comprehensive test suite (1,357 tests total) 2026-01-20 06:35:28 +05:30
Dockerfile.wasm feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
SECURITY.md feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30