📄️ Todo Manager
How to build the simplest todo dapp with WeaveDB and Next.js.
📄️ Todo Manager (Web Console)
How to build the simplest todo dapp with WeaveDB and Next.js using Web Console.
📄️ Social Bookmarking
We are going to set up a WeaveDB contract for a social bookmarking dapp.
📄️ Cross-Chain NFT Relayer
In this tutorial, we will build a simple dapp with cross-chain NFT authentication using the relayer feature.
📄️ Cross-Chain ACL with Lit Protocol
Continuing from the previous example, we can take the relayers one step further with Lit Protocol. Using threshold cryptography, Lit enables us to build access control logic using states from multiple blockchains combined, and encrypt data so only certain addresses that satisfy the access control rules can decrypt it.
📄️ Large Data Upload with Bundlr
When you have large pieces of data such as images or blog entries, you wouldn't want to store them to WeaveDB. But you would store them directory in Arweave Storage and store a tiny piece of metadata (transaction ID) to WeaveDB to link to them.
📄️ Odd Chances Game
This is a tutorial on how to create the Odd Chances game with WeaveDB and Next.js.
📄️ Custom Authentication
Custom authentication methods can be added in the same way Lens Profile authentication is built in.
📄️ Web2 Auth with Next.ID
This demo is a variant of the custom authentication flow to let WeaveDB dapps use web2 identities such as Twitter and Github.