Skip to content
interfect edited this page Jan 17, 2020 · 3 revisions

Welcome to the Macroverse wiki! This wiki contains developer documentation for using the Macroverse system to build blockchain-powered games in Macroverse's procedurally-generated universe of billions of stars, planets, and moons.

Developing with Macroverse

To use Macroverse in your own projects, it is recommended to develop using Truffle. Within a Truffle project, you can install the macroverse module from NPM. For an example of how to interact with Macroverse contracts, see the macroverse-explorer project, and specifically its Datasource, which illustrates how to call the correct contract methods in sequence in order to generate stars, planets, and moons.

Clone this wiki locally