Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pinax-network/substreams-sink
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed May 5, 2023
2 parents 99041d6 + 4a9742d commit f1ab18a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# [`Substreams`](https://substreams.streamingfast.io/) Sink CLI `Node.js`

[<img alt="github" src="" height="20">](https://github.com/pinax-network/substreams-sink)
[<img alt="npm" src="" height="20">](https://www.npmjs.com/package/substreams-sink)
[<img alt="GitHub Workflow Status" src="" height="20">](https://github.com/pinax-network/substreams-sink/actions?query=branch%3Amain)
[![Build Status](https://github.com/pinax-network/substreams-sink/actions/workflows/ci.yml/badge.svg)](https://github.com/pinax-network/substreams-sink/actions/workflows/ci.yml)
[![npm version](https://badge.fury.io/js/substreams-sink.svg)](https://badge.fury.io/js/substreams-sink)
![License](https://img.shields.io/github/license/pinax-network/substreams-sink)

> `substreams-sink` is the code template to build Substreams sinks in NodeJS. Sinks allows developers to pipe data extracted from a blockchain to a specified application.
Expand Down Expand Up @@ -109,4 +109,4 @@ async function action(manifest: string, moduleName: string, options: ActionOptio
})
substreams.start(options.delayBeforeStart);
}
```
```

0 comments on commit f1ab18a

Please sign in to comment.