https://github.com/john-waitforit/connect-four-dapp
Connect Four dApp (smart contract on Ethereum and React front end)
https://github.com/john-waitforit/connect-four-dapp
Last synced: about 1 year ago
JSON representation
Connect Four dApp (smart contract on Ethereum and React front end)
- Host: GitHub
- URL: https://github.com/john-waitforit/connect-four-dapp
- Owner: john-waitforit
- Created: 2018-02-23T23:36:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T18:37:17.000Z (over 8 years ago)
- Last Synced: 2025-03-12T13:13:46.649Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://johnjohnwagner.github.io/connect-four-dapp/
- Size: 14.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect Four dApp (decentralized App)
## Prerequisite:
`npm install -g truffle`
## To run locally:
```
rm -rf build
truffle develop
> compile
> migrate
```
Note: The `rm -rf build` is necessary because of the mix up between the contracts output and the npm builds for github pages that clash
## To open the frontend, type in another console:
`npm run start`