Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```