Macroverse is a project to deploy a procedurally-generated universe to the Ethereum blockchain, suitable for use as a setting for games and a subject for exploration.
Players are be able to own a token, MRV, that provides access to this procedural world. Players are also able to claim and trade pieces of virtual real estate, with in-game benefits in supported games.
For full details, see the whitepaper and read the smart contracts.
Macroverse is a project of Novak Distributed. Macroverse is (C) 2017-2018 Novak Distributed. See LICENSE for licensing information.
Make sure you have the Truffle build tool:
npm install -g truffle
Then install from source:
git clone https://github.com/NovakDistributed/macroverse.git
cd macroverse
npm install
And run the tests:
truffle test