Create a key-value store database that is an NFT

Опубликовано: 24 Июль 2026
на канале: Recall Network
210
2

Build a novel/custom database with any smart contract. Create your own access control rules, multi-user write/sharing, ownership models, and more.

In this example, we build a simple key-value store that could power a JSON document store, a collaborative document editor, a simple indexing engine, etc. We write a custom Solidity contract that abstracts Tableland and allows users to create custom key-value stores by minting them as new NFTS.

We'll walk through the example available here https://github.com/tablelandnetwork/e....