Skip to content

Commit

Permalink
Added badge for ARC
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 12, 2023
1 parent 8e64fbb commit 89c3bf9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![codecov](https://codecov.io/gh/tonicpow/go-minercraft/branch/master/graph/badge.svg?v=1)](https://codecov.io/gh/tonicpow/go-minercraft)
[![Go](https://img.shields.io/github/go-mod/go-version/tonicpow/go-minercraft?v=1)](https://golang.org/)
[![mAPI](https://img.shields.io/badge/mAPI-1.4.0-blue.svg)](https://github.com/bitcoin-sv-specs/brfc-merchantapi)
[![mAPI](https://img.shields.io/badge/mAPI-1.5.0-blue.svg)](https://github.com/bitcoin-sv-specs/brfc-merchantapi)
[![ARC](https://img.shields.io/badge/ARC-1.0.32-blue.svg)](https://github.com/bitcoin-sv/arc)
<br>
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://api.mergify.com/v1/badges/tonicpow/go-minercraft&style=flat&v=1)](https://mergify.io)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod&v=1)](https://gitpod.io/#https://github.com/tonicpow/go-minercraft)
Expand Down Expand Up @@ -52,6 +52,7 @@ View documentation on hosting your own [mAPI server](https://github.com/bitcoin-
- [x] [Query Transaction Status](https://github.com/bitcoin-sv-specs/brfc-merchantapi#4-query-transaction-status)
- [x] [Submit Transaction](https://github.com/bitcoin-sv-specs/brfc-merchantapi#3-submit-transaction)
- [x] [Submit Batched Transactions](https://github.com/bitcoin-sv-specs/brfc-merchantapi#5-submit-multiple-transactions)
- [ARC](https://github.com/bitcoin-sv/arc) Support
- Custom Features:
- [Client](client.go) is completely configurable
- Using default [heimdall http client](https://github.com/gojektech/heimdall) with exponential backoff & more
Expand Down Expand Up @@ -105,7 +106,7 @@ install Install the application
install-go Install the application (Using Native Go)
install-releaser Install the GoReleaser application
lint Run the golangci-lint application (install if not found)
release Full production release (creates release in Github)
release Full production release (creates release in GitHub)
release Runs common.release then runs godocs
release-snap Test the full release (build binaries)
release-test Full production test release (everything except deploy)
Expand Down Expand Up @@ -186,6 +187,8 @@ or by making a [**bitcoin donation**](https://tonicpow.com/?utm_source=github&ut

nChain & team for developing the [brfc-merchant-api](https://github.com/bitcoin-sv-specs/brfc-merchantapi) specifications.

[wregulski](https://github.com/wregulski) for adding [ARC](https://www.bitcoinsv.com/arc) support.

<br/>

## License
Expand Down

0 comments on commit 89c3bf9

Please sign in to comment.