Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (8 loc) · 682 Bytes

readme.md

File metadata and controls

16 lines (8 loc) · 682 Bytes

Bytecoin Web Wallet

Under work! Soon this will be updated.

In order to develop Bytecoin RPC Wallet must be running. See more at willianantunes/bytecoin-rpc-wallet.

bcn-walletd-ms

It's the micro-service which handles the communication with Bytecoin RPC Wallet JSON RPC API.

You can run integration test just typing the following command (you machine must have Docker installed): mvn integration-test

bcn-walletd-fe

It's the front-end side. It'll use bcn-walletd-ms and maybe other services to make everything work.