Skip to content

Commit

Permalink
Update README.md (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessgusclark committed Apr 16, 2024
1 parent 676598b commit 14084ca
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="middle">
<img src="https://www.rifos.org/assets/img/logo.svg" alt="logo" height="100" >
<img src="https://user-images.githubusercontent.com/766679/236442723-004fc7a5-edb2-4477-86da-0b687d62702f.svg" alt="logo" height="100" >
</p>
<h3 align="middle"><code>@rsksmart/rif-wallet-services</code></h3>
<p align="middle">
Expand All @@ -9,18 +9,9 @@
<a href="https://github.com/rsksmart/rif-wallet-services/actions/workflows/ci.yml" alt="ci">
<img src="https://github.com/rsksmart/rif-wallet-services/actions/workflows/ci.yml/badge.svg" alt="ci" />
</a>
<a href="https://lgtm.com/projects/g/rsksmart/rif-wallet-services/context:javascript">
<img src="https://img.shields.io/lgtm/grade/javascript/github/rsksmart/rif-wallet-services" />
</a>
<a href='https://coveralls.io/github/rsksmart/rif-wallet-services?branch=main'>
<img src='https://coveralls.io/repos/github/rsksmart/rif-wallet-services/badge.svg?branch=main' alt='Coverage Status' />
</a>
<a href="https://badge.fury.io/js/%40rsksmart%2Frif-wallet-services">
<img src="https://badge.fury.io/js/%40rsksmart%2Frif-wallet-services.svg" alt="npm" />
</a>
</p>

RIF Wallet Services provide a basic account querying API to bootstrap your app.
RIF Wallet Services is a server application that provides basic account querying API to bootstrap your app.

## Usage

Expand Down Expand Up @@ -131,4 +122,4 @@ npm run start:prod
We provide two different indexer integrations to get balances, transactions, events:
- RSKExplorerAPI(Default)
- BlockscoutAPI
You should only replace the RSKExplorerAPI class in src/index.ts and set blockscout url in .env
You should only replace the RSKExplorerAPI class in src/index.ts and set blockscout url in .env

0 comments on commit 14084ca

Please sign in to comment.