Sync between LikeChain and Ethereum chain.
The suggested way of development environment is docker based. This guide will assume you have Docker Community Edition 18+ installed. Please download it at https://store.docker.com and follow the installation instruction.
After you setup docker, run the following command to setup the docker images and also kick start the docker container for development.
# Build the docker images, run it for the first time or if you have dependency
# updates
docker-compose build
# Kick off the development setup
docker-compose up
Local files are mount into docker you can modify file in your fs.
npm run test