Commit 7ec6958d authored by Dan Gershony's avatar Dan Gershony Committed by GitHub

Merge pull request #197 from stratisproject/nopara73-patch-2

[skip ci] Point to UI build in Readme.md
parents 3a88a2dd 7178b6f3
...@@ -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