Skip to content

NovakDistributed/macroverse

Repository files navigation

Macroverse

An entire universe on the Ethereum blockchain

Official Site

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-2020 Novak Distributed. See LICENSE for licensing information.

Installation

Make sure you have a compatible version of the Truffle build tool:

npm install -g truffle@5.1.16

Then install from source:

git clone https://github.com/NovakDistributed/macroverse.git
cd macroverse
npm install --dev

And run the tests:

truffle test