synor/sdk/js/src
Gulshan Yadav 2c534a18bb feat(sdk): Add Compiler SDK for all 12 languages
Implements WASM smart contract compilation, optimization, and ABI generation
across JavaScript/TypeScript, Python, Go, Rust, Flutter/Dart, Java, Kotlin,
Swift, C, C++, C#/.NET, and Ruby.

Features:
- Optimization levels: None, Basic, Size, Aggressive
- WASM section stripping with customizable options
- Contract validation against VM requirements
- ABI extraction and generation
- Contract metadata handling
- Gas estimation for deployment
- Security analysis and recommendations
- Size breakdown analysis

Sub-clients: Contracts, ABI, Analysis, Validation
2026-01-28 13:28:18 +05:30
..
__tests__ test(sdk): add comprehensive unit tests for all SDKs 2026-01-11 17:56:11 +05:30
bridge Add Synor Storage and Wallet SDKs for Swift 2026-01-27 01:56:45 +05:30
compiler feat(sdk): Add Compiler SDK for all 12 languages 2026-01-28 13:28:18 +05:30
contract feat: implement Privacy and Contract SDKs for all 12 languages (Phase 5) 2026-01-28 09:03:34 +05:30
database Add Synor Storage and Wallet SDKs for Swift 2026-01-27 01:56:45 +05:30
dex feat(sdk): implement DEX SDK with perpetual futures for all 12 languages 2026-01-28 12:32:04 +05:30
economics feat: add Economics, Governance, and Mining SDKs for core languages 2026-01-27 02:39:27 +05:30
governance feat: add Economics, Governance, and Mining SDKs for core languages 2026-01-27 02:39:27 +05:30
hosting Add Synor Storage and Wallet SDKs for Swift 2026-01-27 01:56:45 +05:30
ibc feat(sdk): implement IBC SDK for all 12 languages 2026-01-28 12:53:46 +05:30
mining feat: add Economics, Governance, and Mining SDKs for core languages 2026-01-27 02:39:27 +05:30
privacy feat: implement Privacy and Contract SDKs for all 12 languages (Phase 5) 2026-01-28 09:03:34 +05:30
rpc feat(sdk): implement Phase 1 SDKs for Wallet, RPC, and Storage 2026-01-27 00:46:24 +05:30
storage feat(sdk): implement Phase 1 SDKs for Wallet, RPC, and Storage 2026-01-27 00:46:24 +05:30
wallet feat(sdk): implement Phase 1 SDKs for Wallet, RPC, and Storage 2026-01-27 00:46:24 +05:30
zk feat(sdk): Add ZK SDK for all 12 languages 2026-01-28 13:11:06 +05:30
client.ts feat(sdk): add consumer SDKs for JavaScript, Python, and Go 2026-01-11 14:11:58 +05:30
index.ts feat(sdk): add consumer SDKs for JavaScript, Python, and Go 2026-01-11 14:11:58 +05:30
job.ts feat(sdk): add consumer SDKs for JavaScript, Python, and Go 2026-01-11 14:11:58 +05:30
tensor.ts feat(sdk): add consumer SDKs for JavaScript, Python, and Go 2026-01-11 14:11:58 +05:30
types.ts feat(sdk): add consumer SDKs for JavaScript, Python, and Go 2026-01-11 14:11:58 +05:30