Skip to content

Commit

Permalink
Merge pull request #487 from rolsonquadras/readme-update
Browse files Browse the repository at this point in the history
docs: Move build instruction to build.md from README.md
  • Loading branch information
rolsonquadras authored Aug 31, 2020
2 parents 77bfe47 + f1d167a commit 9ddc435
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,6 @@
[![codecov](https://codecov.io/gh/trustbloc/edge-service/branch/master/graph/badge.svg)](https://codecov.io/gh/trustbloc/edge-service)
[![Go Report Card](https://goreportcard.com/badge/github.com/trustbloc/edge-service)](https://goreportcard.com/report/github.com/trustbloc/edge-service)

## Prerequisites (for running tests and demos)
- Go 1.13
- Docker
- Docker-Compose
- Make

## Targets
```
# run checks and unit tests
make all
# run linter checks
make checks
# run unit tests
make unit-test
```

## Build
To build from source see [here](docs/build.md).

# edge-service

Edge Service is a reference implementation that demonstrates the following story:
Expand All @@ -38,6 +19,9 @@ operations:
- Retrieve verifiable credential from [EDV](https://github.com/trustbloc/edv)
- Verify verifiable credential

## Build
To build from source see [here](docs/build.md).

# Documentation
- [VC REST APIs](docs/vc-rest/api_overview.md)
- [OpenAPI Spec](docs/vc-rest/openapi_spec.md)
Expand Down
19 changes: 15 additions & 4 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,22 @@

## Targets

# run checks and unit tests
make all
```
# run checks and unit tests
make all
# run linter checks
make checks
# run unit tests
make unit-test
# run checks and unit tests
make all
# run BDD tests
make bdd-test
# run BDD tests
make bdd-test
```

## BDD Test Prerequisites

Expand Down

0 comments on commit 9ddc435

Please sign in to comment.