Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Docker
on: [ push, pull_request ]
on: [ push, pull_request, workflow_dispatch ]
jobs:
docker:
runs-on: ubuntu-latest
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For UI reference wallet software (browser-based wallet and desktop wallet) visit

Visit [BitShares.github.io](https://bitshares.github.io/) to learn about BitShares and join the community at [BitSharesTalk.org](https://bitsharestalk.org/).

Information for developers can be found in the [Wiki](https://github.com/bitshares/bitshares-core/wiki) and the [BitShares Developer Portal](https://dev.bitshares.works/). Users interested in how BitShares works can go to the [BitShares Documentation](https://how.bitshares.works/) site.
Information for developers can be found in the [Wiki](https://github.com/bitshares/bitshares-core/wiki) and the [BitShares Developer Documentation Portal](https://docs.bitshares.dev/). Users interested in how BitShares works can go to the [BitShares Documentation](https://docs.bitshares.eu/) site.

Visit [Awesome BitShares](https://github.com/bitshares/awesome-bitshares) to find more resources and links E.G. chat groups, client libraries and extended APIs.

Expand All @@ -19,12 +19,11 @@ Visit [Awesome BitShares](https://github.com/bitshares/awesome-bitshares) to fin

|Branch|Build Status|
|---|---|
|`master`|[![](https://github.com/bitshares/bitshares-core/workflows/macOS/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"macOS"+branch%3Amaster) [![](https://github.com/bitshares/bitshares-core/workflows/Ubuntu%20Debug/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Amaster) [![](https://github.com/bitshares/bitshares-core/workflows/Ubuntu%20Release/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Release"+branch%3Amaster) [![](https://github.com/bitshares/bitshares-core/workflows/Windows%20MinGW64/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Windows+MinGW64"+branch%3Amaster) [![](https://github.com/bitshares/bitshares-core/workflows/Docker/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A%22Docker%22+branch%3Amaster)|
|`develop`|[![](https://github.com/bitshares/bitshares-core/workflows/macOS/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"macOS"+branch%3Adevelop) [![](https://github.com/bitshares/bitshares-core/workflows/Ubuntu%20Debug/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Adevelop) [![](https://github.com/bitshares/bitshares-core/workflows/Ubuntu%20Release/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Release"+branch%3Adevelop) [![](https://github.com/bitshares/bitshares-core/workflows/Windows%20MinGW64/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Windows+MinGW64"+branch%3Adevelop) [![](https://github.com/bitshares/bitshares-core/workflows/Docker/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A%22Docker%22+branch%3Adevelop)|
|`hardfork`|[![](https://github.com/bitshares/bitshares-core/workflows/macOS/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"macOS"+branch%3Ahardfork) [![](https://github.com/bitshares/bitshares-core/workflows/Ubuntu%20Debug/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Ahardfork) [![](https://github.com/bitshares/bitshares-core/workflows/Ubuntu%20Release/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Release"+branch%3Ahardfork) [![](https://github.com/bitshares/bitshares-core/workflows/Windows%20MinGW64/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Windows+MinGW64"+branch%3Ahardfork) [![](https://github.com/bitshares/bitshares-core/workflows/Docker/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A%22Docker%22+branch%3Ahardfork)|
|`testnet`|[![](https://github.com/bitshares/bitshares-core/workflows/macOS/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"macOS"+branch%3Atestnet) [![](https://github.com/bitshares/bitshares-core/workflows/Ubuntu%20Debug/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Atestnet) [![](https://github.com/bitshares/bitshares-core/workflows/Ubuntu%20Release/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Release"+branch%3Atestnet) [![](https://github.com/bitshares/bitshares-core/workflows/Windows%20MinGW64/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Windows+MinGW64"+branch%3Atestnet) [![](https://github.com/bitshares/bitshares-core/workflows/Docker/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A%22Docker%22+branch%3Atestnet)|
|`master` of `bitshares-fc`|[![](https://github.com/bitshares/bitshares-fc/workflows/macOS/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"macOS"+branch%3Amaster) [![](https://github.com/bitshares/bitshares-fc/workflows/Ubuntu%20Debug/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Amaster) [![](https://github.com/bitshares/bitshares-fc/workflows/Ubuntu%20Release/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Release"+branch%3Amaster)|

|`master`|[![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.mac.yml/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.mac.yml?query=branch%3Amaster) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-debug.yml/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-debug.yml?query=branch%3Amaster) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-release.yml/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-release.yml?query=branch%3Amaster) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.win.yml/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.win.yml?query=branch%3Amaster) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-docker.yml/badge.svg?branch=master)](https://github.com/bitshares/bitshares-core/actions/workflows/build-docker.yml?query=branch%3Amaster)|
|`develop`|[![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.mac.yml/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.mac.yml?query=branch%3Adevelop) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-debug.yml/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-debug.yml?query=branch%3Adevelop) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-release.yml/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-release.yml?query=branch%3Adevelop) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.win.yml/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.win.yml?query=branch%3Adevelop) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-docker.yml/badge.svg?branch=develop)](https://github.com/bitshares/bitshares-core/actions/workflows/build-docker.yml?query=branch%3Adevelop)|
|`hardfork`|[![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.mac.yml/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.mac.yml?query=branch%3Ahardfork) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-debug.yml/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-debug.yml?query=branch%3Ahardfork) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-release.yml/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-release.yml?query=branch%3Ahardfork) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.win.yml/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.win.yml?query=branch%3Ahardfork) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-docker.yml/badge.svg?branch=hardfork)](https://github.com/bitshares/bitshares-core/actions/workflows/build-docker.yml?query=branch%3Ahardfork)|
|`testnet`|[![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.mac.yml/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.mac.yml?query=branch%3Atestnet) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-debug.yml/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-debug.yml?query=branch%3Atestnet) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-release.yml/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.ubuntu-release.yml?query=branch%3Atestnet) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.win.yml/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions/workflows/build-and-test.win.yml?query=branch%3Atestnet) [![](https://github.com/bitshares/bitshares-core/actions/workflows/build-docker.yml/badge.svg?branch=testnet)](https://github.com/bitshares/bitshares-core/actions/workflows/build-docker.yml?query=branch%3Atestnet)|
|`master` of `bitshares-fc`|[![](https://github.com/bitshares/bitshares-fc/actions/workflows/build-and-test-macos.yml/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions/workflows/build-and-test-macos.yml?query=branch%3Amaster) [![](https://github.com/bitshares/bitshares-fc/actions/workflows/build-and-test-ubuntu-debug.yml/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions/workflows/build-and-test-ubuntu-debug.yml?query=branch%3Amaster) [![](https://github.com/bitshares/bitshares-fc/actions/workflows/build-and-test-ubuntu-release.yml/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions/workflows/build-and-test-ubuntu-release.yml?query=branch%3Amaster)|

Getting Started
---------------
Expand Down
Loading