Developing blockchain app using Eris [Monax]
Installation and Setup For installing eris head on to there home page Eris . Docker-toolbox is required . Once installed, setup Eris with the following command which will create configuration files and download the Docker images required: eris init Granting Access Start an Eris keys service for authentication with: eris services start keys This command starts a service based on the keys service definition, these definitions are found inside the ~/.eris/services folder. Eris creates some by default for pre-defined application types (e.g. Tor , ipfs , and bigchaindb ), but you can also create your own . Now create some keys to allow particular users access to the service and application: eris keys gen Save the key for later use, replacing the key value with the key you just generated: eris keys export E0F4BA1E6D15503074239A663101547074889574 And use the following command to check what keys are availabl...