communcom / wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wallet-service

Clone the repository

git clone https://github.com/communcom/wallet.git
cd wallet

Create .env file

cp .env.example .env

Add variables

GLS_BLOCKCHAIN_BROADCASTER_CONNECT=nats://user:password@ip:4222

Create docker-compose file

cp docker-compose.example.yml docker-compose.yml 

Run

docker-compose up -d --build

About

License:MIT License


Languages

Language:JavaScript 99.0%Language:Shell 0.7%Language:Dockerfile 0.3%