Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 321 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 321 Bytes

Verge Wallet Service

This repository contains the automated scripts used to deploy Verge Wallet Service (VWS) to Verge's public servers.

Development

$ cd db
$ docker-compose up -d

$ cd ..

$ cd api
$ docker-compose up -d

Production

See circle CI configuration