Isonomy
ViewJul 2026—Present
A high-throughput distributed ledger & wallet system, built from scratch in TypeScript.
- Implements a custom distributed ledger with cryptographic transaction validation
- Built-in wallet system for secure balance management and transfer execution
- Designed for high-throughput with consensus and fault-tolerance considerations
- End-to-end TypeScript architecture for type safety across the entire stack
Tech Stack
TypeScript
Distributed Systems
Crypto
Ledger
Wallet
Recent Commits
View all on GitHubMerge branch 'master' of github.com:harshalvk/Isonomy
Harshalvk·0cbb11d·Jul 19, 2026
fix(wallet): correct typo in comment for createWalletAccount function
Harshalvk·a252536·Jul 19, 2026
test(wallet): move crypto.test file
Harshalvk·851c3da·Jul 19, 2026
test(ledger): add unit tests for transaction validation against adversarial input
Harshalvk·d731f26·Jul 19, 2026
test(ledger): add unit tests for transaction building
Harshalvk·a9e75d7·Jul 19, 2026