Skip to main content

Overview

Tutorials, workshops, & example apps to help kickstart your development process.


There are a number of written tutorials and workshops that walk through how to build on Tableland. These are more in-depth than the quickstarts and playbooks as they are meant to be used as an end-to-end reference for building your own applications.

Introductory

Learn the basics of Tableland and how to get started with the Tableland development stack:

NFTs & gaming

Build dynamic NFTs user-driven actions (onchain) mutating table state.

Data & storage

Learn how Tableland can power collaborative data and other data-driven use cases.

  • Building a Data DAO: Create a DAO where only successful DAO votes from members will mutate table data.
  • Key-value store as NFT: Use Tableland as a key-value store while also enabling ownership through an NFT-based database.

Utility

Miscellaneous walkthroughs that showcase Tableland functionality along with various tools or protocols.

  • Onchain table reads with Chainlink: Since table state is all offchain within the Tableland network, you can use oracles like Chainlink to query table data using an API and write that data back onchain.
  • JSON files to NFT metadata: With a Hardhat project, take local JSON files, read/parse the data into tables, and then mint an NFT where Tableland powers the metadata.
tip

If you haven't already, be sure to check out how to use the SDK, smart contracts, REST API, and CLI—at least the quickstarts!