Onchain data
⚠️TESTNET
Playground: https://dabba-onchain-mvp.vercel.app/
The onchain representation of the Dabba network is represented by the following primitives: NFTs We use NFT's to represent the Hotspot device, Hotspot owner and LCO partner. Compressed NFTs are used for efficiency as well as cost.
Merkle trees Bandwidth and Payments data are stored on chain using merkle trees for cost and efficiency. Raw data is available on IPFS/Arweave.
PDAs PDAs are used in conjunction with NFTs to store additional attributes and metadata
Registries Registries are used for lookup style data like city, state, etc.
Contracts Mint, stake and reward contracts will contain logic of token creation and interaction.
Last updated