Development

During the development phase, we will be using Docker to provide a standardized development environment for the team, and continuously update it as development progresses.

How to use this image

Usage

1.Use like you would any other base image:

Docker Run -dp 3000:3000 evmns/development:0.0.1

2.Interact with contracts through 127.0.0.1:3000

This yields us a virtual image size of about 212.69MB image.

Last updated