Commit 7178b6f3 authored by nopara73's avatar nopara73 Committed by GitHub

[skip ci] Point to UI build in Readme.md

parent efcdc7a5
...@@ -16,7 +16,7 @@ This is the repository of the Breeze Wallet, the first full-block SPV bitcoin wa ...@@ -16,7 +16,7 @@ This is the repository of the Breeze Wallet, the first full-block SPV bitcoin wa
At the moment, only bitcoin on testnet is supported but more is coming soon. At the moment, only bitcoin on testnet is supported but more is coming soon.
## How to build the Breeze Daemon ## Daemon Build
Breeze daemon is the backend REST service, hosting a Bitcoin node upon which Breeze UI depends: Breeze daemon is the backend REST service, hosting a Bitcoin node upon which Breeze UI depends:
...@@ -38,7 +38,11 @@ cd src/Breeze.Daemon ...@@ -38,7 +38,11 @@ cd src/Breeze.Daemon
dotnet run light -testnet dotnet run light -testnet
``` ```
CI build ## UI Build
[Read more...](https://github.com/stratisproject/Breeze/blob/master/Breeze.UI/README.md)
## CI Build
----------- -----------
We use [AppVeyor](https://www.appveyor.com/) for Windows CI builds and [Travis CI](https://travis-ci.org/) (coming soon) for our Linux and MacOS ones. We use [AppVeyor](https://www.appveyor.com/) for Windows CI builds and [Travis CI](https://travis-ci.org/) (coming soon) for our Linux and MacOS ones.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment