Karat Network
Introduction
Getting Started
TL;DR
Overview
Validator
Claimer
Space Odyssey
Score and Roles
Roadmap
W3Auth
Data Marketplace
Account Abstraction Integration
Tech Deep Dive
Architecture
Features
Contracts
Learning center
FAQ
One-click Bridge
Tutorial
Contracts
Deployed Contract Address of Karat Network:
zkSync Era Mainnet:
To be released
zkSync Era Testnet:
To be released
Permissionless Access Control and Efficient Data Trading with Merkle Tree
Karat Network utilizes the following smart contract architecture to control access and facilitate data trading efficiently:
Market Manager(MarketManager.sol
)- it manages all the data flowing within Karat Network. Since data are usually exchanged in large batch, ranging up to thousands, it utilizes Merkle Tree to perform the exchange efficiently.
Permission Manager (PermissionManager.sol
)- it manages how user grants permission to the interested party.
Reward Manager(RewardManager.sol
) - it manages the distribution of reward and trading fee in the network.