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