Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

likecoin/likecoin-tunnel

Repository files navigation

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

Releases

No releases published

Packages

No packages published