Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carlosamcruz/tictactoebitcoin


https://github.com/carlosamcruz/tictactoebitcoin

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Tic-Tac-Toe: Bitcoin onchain App Tutorial
-------------------------------------------------------
To use this Version:

Step1:

git clone -b main https://github.com/carlosamcruz/tictactoebitcoin

Step 2: Go to the project folder on the cosole terminal

git config --global user.email "[email protected]"
git config --global user.name "Your Name"
npx scrypt-cli init (old)
npx scrypt-cli@latest init (new)

Step 3: After init, replace the ticTacToe.ts file from the src/contracts folder by the one you find in the folder of this project

npx scrypt-cli compile (old)
npx scrypt-cli@latest compile (new)
npm start

Step 4: Have fun!!!

Example of use - https://youtu.be/BdDT9R3qxmE

--------------------------------------------------------
ORIGINAL VERSION

Build your first fully onchain application on Bitcoin.

[Go to play](https://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)