https://github.com/nodefactoryio/ethereum-workshop
Dapp for Tic Tac Toe game for Ethereum workshop done at KSET.
https://github.com/nodefactoryio/ethereum-workshop
Last synced: 9 months ago
JSON representation
Dapp for Tic Tac Toe game for Ethereum workshop done at KSET.
- Host: GitHub
- URL: https://github.com/nodefactoryio/ethereum-workshop
- Owner: NodeFactoryIo
- License: mit
- Created: 2018-01-11T11:00:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T13:58:46.000Z (over 8 years ago)
- Last Synced: 2025-02-27T00:56:00.210Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://workshop.kset.org
- Size: 343 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Tic Tac Toe game on Ethereum blockchain done for KSET workshop
### Running
1. `yarn install` or `npm install`
2. `yarn start` or `npm start`
### Building
`yarn build`