25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
|
<div class="hero" align="center">
|
||
|
|
||
|
<img src="./logo2.png">
|
||
|
|
||
|
# Tornado Core
|
||
|
|
||
|
🛠 An SDK for building applications on top of [Privacy Pools](https://www.forbes.com/sites/tomerniv/2023/09/07/privacy-pools-bridging-the-gap-between-blockchain-and-regulatory-compliance)
|
||
|
|
||
|
[![Telegram Badge](https://img.shields.io/badge/Join%20Group-telegram?style=flat&logo=telegram&color=blue&link=https%3A%2F%2Ft.me%2Ftornadoofficial)](https://t.me/tornadoofficial) [![Element Badge](https://img.shields.io/badge/Join%20Element%20Chat-Element?style=flat&logo=element&color=green&link=https%3A%2F%2Felement.tornadocash.social%2F)](https://element.tornadocash.social) [![Discourse Badge](https://img.shields.io/badge/Discourse-Discourse?style=flat&logo=Discourse&color=black&link=https%3A%2F%2Fforum.tornado.ws%2F)](https://forum.tornado.ws/)
|
||
|
|
||
|
</div>
|
||
|
|
||
|
### About Tornado Core
|
||
|
|
||
|
Tornado Core is a modern building block for Privacy Pools to build anything from custom UI or CLI tools
|
||
|
|
||
|
+ Written in [TypeScript](https://www.typescriptlang.org/)
|
||
|
|
||
|
+ Built on top of modern tech stacks like [Ethers.js V6](https://docs.ethers.org/v6/) or [TypeChain](https://github.com/dethcrypto/TypeChain)
|
||
|
|
||
|
+ Creates resource heavy Merkle Trees on a separate thread using Web Workers / Worker Threads
|
||
|
|
||
|
+ Resilient API requests made by [cross-fetch](https://www.npmjs.com/package/cross-fetch) and retries, especially for Tor Users
|
||
|
|
||
|
+ Modular design
|