https://github.com/scrypt-inc/tic-tac-toe
Tutorial for building a fully onchain application on Bitcoin, exemplified using Tic-tac-toe.
https://github.com/scrypt-inc/tic-tac-toe
bitcoin tutorial
Last synced: 4 months ago
JSON representation
Tutorial for building a fully onchain application on Bitcoin, exemplified using Tic-tac-toe.
- Host: GitHub
- URL: https://github.com/scrypt-inc/tic-tac-toe
- Owner: sCrypt-Inc
- License: mit
- Created: 2021-03-08T05:25:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T11:58:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T14:38:13.607Z (10 months ago)
- Topics: bitcoin, tutorial
- Language: TypeScript
- Homepage:
- Size: 31.5 MB
- Stars: 16
- Watchers: 5
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic-Tac-Toe: Bitcoin onchain App Tutorial
Build your first fully onchain application on Bitcoin.
[Go to play](https://classic.scrypt.io/tic-tac-toe/)
[Tutorial](https://xiaohuiliu.medium.com/full-stack-bitcoin-dapp-tutorial-adff2bc4f657)
[Tutorial 中文](https://blog.csdn.net/freedomhero/article/details/115419901)
## Setup
```sh
npx scrypt-cli compile
npm start
```