Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T07:20:15.000Z (11 months ago)
- Last Synced: 2024-01-05T08:28:28.787Z (11 months ago)
- Topics: bitcoin, tutorial
- Language: TypeScript
- Homepage:
- Size: 29 MB
- Stars: 13
- Watchers: 5
- Forks: 14
- 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
```