Arena is the platform component of the Convergent ecosystem. It facilitates the creation and discovery of personal economies.
This is an MVP which will contain the essential features of a personal economy platform:
First install dependencies and compile the contracts in the root directory.
$ yarn
Start ganache from the command line in one window (alternatively using the UI application):
$ yarn ganache
In another window run to compile and deploy the contracts:
$ yarn deploy:dev
$ yarn start
Connect MetaMask to your private ganache blockchain and import your account to make sure you have enough funds for transactions.
If re-deploying the contracts within the same dev session, you might have to reset your MetaMask account (click on the MetaMask extension, then on your account/gravatar, and then go all the way down to the second last button).