Skip to content

john-waitforit/connect-four-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Connect Four dApp (smart contract on Ethereum and React front end)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published