likecoin / likecoin-tunnel

Sync between LikeChain and Ethereum chain.
GNU General Public License v3.0
0 stars 0 forks source link
ethereum likechain likecoin

LikeCoin Tunnel

CircleCI Greenkeeper badge

Sync between LikeChain and Ethereum chain.

Development Setup

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.

Test

npm run test