All Projects → ConsenSysMesh → ether-crawler

ConsenSysMesh / ether-crawler

Licence: other
Wouldn't you like to know.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Ether Crawler

A dungeon crawler and challenge market based on Ethereum.

example

Video: https://youtu.be/W-gjyVQBsZo

Morden live instance (works with Mist): http://consensys.github.io/ether-crawler/morden/

Install

$ git clone https://github.com/ConsenSys/ether-crawler.git
$ npm install

Run testrpc

(Optional - to run via localhost:8545 without blockapps)

You can update app/app.json to use the blockapps provider app/provider.js instead of localhost:8545.

$ pip install eth-testrpc 

or

$ pip install eth-testrpc --upgrade

then

$ testrpc

Deploy contracts

(Optional - to run via localhost:8545 without already-deployed contracts on blockapps)

$ npm install -g truffle  // If you haven't already
$ truffle deploy

Build frontend

$ truffle build

Run app

Open ./build/index.html in your browser.

Cheers!

Music

by https://freemusicarchive.org/music/Crazy_Games/Micro_Invasion_-_East_Jakarta_Chiptunes_Compilation/02_Micro_Invasion_-_Crazy_Games_-_Wake_Up#

Graphics

from http://opengameart.org/content/dungeon-crawl-32x32-tiles

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].