Skip to content

Files

28 lines (18 loc) · 1.32 KB

demos.md

File metadata and controls

28 lines (18 loc) · 1.32 KB
sidebar_position sidebar_label
3
Demos

Spore Demos

Spore Demos are web application demos that can be run in a browser environment.

The demos are more complete projects than the Spore Examples, developers can study from the demos to understand how fully functional web applications are developed. For example, how to connect wallets like MetaMask or JoyID.

The gallery app

A Spore Protocol Demo based on Next.js + React + Spore SDK, which implements basic functionalities, such as the creation and transfer of clusters, as well as minting, transferring, and melting of spores.

The demo also shows how to connect with MetaMask and JoyID wallets.

Blog app with Spore

A demo from the step-by-step tutorial on creating simple on-chain Blog app with Spore Protocol. Learn how to connect wallet, create your own blog cluster and post blogs within it.