diff --git a/README.md b/README.md index ec22da0..1860e6b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ # Decred Binary Test Modules +[![Build Status](https://github.com/decred/dcrtest/workflows/Build%20and%20Test/badge.svg)](https://github.com/decred/dcrtest/actions) +[![ISC License](https://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) +[![Doc](https://img.shields.io/badge/doc-reference-blue.svg)](https://pkg.go.dev/github.com/decred/dcrtest) + + This repository contains Go modules to write automated test scenarios involving binaries for the [Decred](https://github.com/decred) project. -This is a work in progress repository. +The following sub-modules are currently provided: + + - [`dcrdtest`](./dcrdtest): Provides testing facilities to use + [`dcrd`](https://github.com/decred/dcrd) binaries in a simnet network. + +## License + +Package dcrtest is licensed under the [copyfree](http://copyfree.org) ISC +License. diff --git a/dcrdtest/README.md b/dcrdtest/README.md index 8e82cac..29ea12a 100644 --- a/dcrdtest/README.md +++ b/dcrdtest/README.md @@ -22,7 +22,6 @@ systems/integration tests. ## License - Package dcrdtest is licensed under the [copyfree](http://copyfree.org) ISC License.