Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b3b/tonteeton
Empowering TON DeFi with a community-driven, trusted oracle solution
https://github.com/b3b/tonteeton
Last synced: 16 days ago
JSON representation
Empowering TON DeFi with a community-driven, trusted oracle solution
- Host: GitHub
- URL: https://github.com/b3b/tonteeton
- Owner: b3b
- License: mit
- Created: 2024-04-28T15:01:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T20:19:28.000Z (4 months ago)
- Last Synced: 2024-10-03T11:35:53.519Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TonTeeTon
Empowering TON with trusted off-chain computations.
- Project documentation: [docs.tonteeton.com](https://docs.tonteeton.com)
- Participation in The Open League Hackathon: [dorahacks.io/buidl/11677](https://dorahacks.io/buidl/11677)
- First enclave app implemented: [get-simple-price](./enclaves/get-simple-price)
- TonTeeTon Contract Verifier: [verifier](./verifier)## Description
The TonTeeTon project seeks to enhance the capabilities of TON DApps by enabling trusted off-chain computations using secure memory enclaves.
By providing verifiable computation results and protecting sensitive data, TonTeeTon empowers developers to build sophisticated off-chain solutions while leveraging the benefits of the TON blockchain.
TonTeeTon off-chain applications (*enclaves*) are developed using the [EGo SDK](https://www.edgeless.systems/products/ego) by [Edgeless Systems](https://www.edgeless.systems/).
## TonTastic
TonTeeTon participated in the [Open League Summer: Belgrade Bootcamp](https://lu.ma/theopenleaguesummerbelgrade) track during the [ETHBelgrade Hackathon](https://ethbelgrade.rs/hackathon), earning 3rd place.
The TONtastic! Telegram bot and Mini-app were implemented, demonstrating a gamified quiz application utilizing the TonTeeTon `get-simple-price` contract: [github.com/tonteeton/tontastic](https://github.com/tonteeton/tontastic)