- Go to
/server/
and setup your INFURA url and web3 private key of payment account. yarn install
in the root directory.yarn start
to get it running!- Navigate to http://localhost:4000
- p5*js for creating game.
- web3modal for web3 login.
- socket.io for multiplayer connection.
- ethereumjs for send transaction.
- Star the repo ⭐ to hopefully spread the word!
- Go to the issues section of the repo and find an issue you'd like to work on. Comment on the ticket you'd like to work on as to not be racing other people to code it up!
- Write your amazing code
- Run
npm run lint
📗 - Go ahead and make a pull request. ⬆
- Handle multiplayer more smoothly by adding lobby and room.
- Player can bet on typing competition.
- More typing mode (multi-language, code).
MIT