Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosamcruz/tictactoebitcoin
https://github.com/carlosamcruz/tictactoebitcoin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlosamcruz/tictactoebitcoin
- Owner: carlosamcruz
- License: mit
- Created: 2023-05-09T19:12:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T17:56:16.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:05:33.172Z (5 months ago)
- Language: TypeScript
- Size: 621 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-scrypt - Tic-Tac-Toe: Bitcoin - using private key directly without wallet, video is on [Youtube](https://youtu.be/BdDT9R3qxmE) (Code Samples / Community)
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 terminalgit 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 VERSIONBuild 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)