Skip to content

Commit

Permalink
docs: add coverage badge (#371)
Browse files Browse the repository at this point in the history
* docs: add coverage badge

* docs: add coverage badge
  • Loading branch information
pentreathm authored Oct 16, 2024
1 parent 8392242 commit 573cab1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Catalyst: Lambdas v2

[![Coverage Status](https://coveralls.io/repos/github/decentraland/lamb2/badge.svg?branch=coverage)](https://coveralls.io/github/decentraland/lamb2?branch=coverage)

The lamb2 service is a new implementation that replaces the previous lambdas service bundle associated with Catalyst nodes. The lambdas service provides an API for interacting with Catalyst Content Servers, assisting in the resolution of entities and assets for any Decentraland client.

You can explore the Lambdas API along with the rest of the Catalyst API [here](https://decentraland.github.io/catalyst-api-specs/#tag/Lambdas).

You may also want to check the following resources:

[Catalyst Owner](https://github.com/decentraland/catalyst-owner): This bundle of services allows you to deploy a Catalyst node and incorporates the lamb2 service.
[Catalyst](https://github.com/decentraland/catalyst): This repository contains the implementation of the content server.
[Catalyst Owner](https://github.com/decentraland/catalyst-owner): This bundle of services allows you to deploy a Catalyst node and incorporates the lamb2 service.
[Catalyst](https://github.com/decentraland/catalyst): This repository contains the implementation of the content server.

## Running the Server

Expand Down

0 comments on commit 573cab1

Please sign in to comment.