Skip to content

chris247474/ethereans-game

 
 

Repository files navigation

Ethereans

Ethereans blockchain dapp/game on Ethereum blockchain

Stack:

  • MaterialUI ReactJS Framework
  • Web3.js
  • Solidity Smart Contracts

Steps to run:

Env Notes:

  • Python 2.7 - latest 3+ version isnt supported by dependencies (at least on my machine).
  • index.js is the "main" file w ReactDOM.render
  • App.js has our "quickstart" layout w some sample css tinkering in the same file

Truffle: (if not using Ganache)

  • truffle develop (for truffle dev console, if not using Ganache)
  • compile
  • migrate

run webapp (at project root):

  • 'npm run start' (or 'npm run dev')

npm run start error:

  • if you get an error that has something to do with readline module not being found in node-wit.interactive.js, then;
    • cd to this root/node_modules/node-wit
    • npm install readline

Resources:

TODO:

  • connect UI event handlers to EthereanFactory functions
  • ERC721/827 for payloads?
  • Altar object as crowdsale contract? see open-zeppelin

About

A game about the mysterious beings called Ethereans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • CSS 4.2%
  • HTML 2.9%
  • Shell 0.3%