Skip to main content

Overview

The example apps provided in this section demonstrate key features of the Stacks blockchain, including connecting to the wallet, reading on-chain values, creating transactions, and interacting with the web wallet.

note

The example apps depend on a stable version of NodeJS. Install the LTS version of NodeJS using nvm with the following command: nvm install --lts

You can use the example apps provided here as a basis for your own Stacks application or just as a reference for how to implement specific features.

  • Billboard: An app that stores a simple message on the blockchain and allows you to view it. Demonstrates the DevNet local development environment of Clarinet.
  • Heystack: A public chat app featuring a comprehensive demonstraction of the web wallet, Clarity smart contracts, and the Stacks API.