Kelbie / statechain-server-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statechain

Build Status

Getting Started

Prerequisites

Installing

git clone https://github.com/KevinKelbie/statechain

Deployment

Config

Built With

docker build -t statechain-server .
docker-compose up

Running the tests

yarn run test

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

MacOS:

docker-machine rm default
docker-machine create default --driver virtualbox
eval "$(docker-machine env default)"
docker-machine ip default

docker build -t statechain-server .
docker-compose up

About

License:MIT License


Languages

Language:JavaScript 86.4%Language:Shell 11.5%Language:TSQL 1.2%Language:HTML 0.5%Language:CSS 0.3%Language:Dockerfile 0.2%