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

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)

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`