Skip to content

Commit

Permalink
Merge pull request #17 from 0xPolygon/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
nitinmittal23 authored Oct 3, 2023
2 parents 7fe60f7 + e9ddbfd commit e927842
Show file tree
Hide file tree
Showing 7 changed files with 19,253 additions and 10,007 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: yarn install
run: npm ci
- name: Check lint
run: yarn run lint
run: npm run lint
- name: Build
run: yarn run build
run: npm run build
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Check ubuntu version
run: lsb_release -a
- name: Install dependencies
run: yarn
run: npm ci
- name: Build Packages
run: yarn run build
run: npm run build
- name: Run Unit Tests
run: yarn run tests
run: npm run tests
- name: Run Integration Tests
run: yarn tests:integration
run: npm run tests:integration
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ logs/
.DS_Store
*.rdb
.idea/
package-lock.json
.vscode
.env.local
*.key
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Chain Indexer Framework - Blockchain Data Indexer

[![GitHub version](https://badge.fury.io/gh/maticnetwork%2Fchain-indexer-framework.svg)](https://badge.fury.io/gh/maticnetwork%2Fchain-indexer-framework)
![Build Status](https://github.com/maticnetwork/chain-indexer-framework/workflows/CI/badge.svg?branch=main)
[![npm version](https://badge.fury.io/js/%40maticnetwork%2Fchain-indexer-framework.svg)](https://badge.fury.io/js/%40maticnetwork%2Fchain-indexer-framework)
![GitHub](https://img.shields.io/github/license/maticnetwork/chain-indexer-framework)
[![TEST](https://github.com/maticnetwork/chain-indexer-framework/actions/workflows/tests.yml/badge.svg)](https://github.com/maticnetwork/chain-indexer-framework/actions/workflows/tests.yml)
[![GitHub version](https://badge.fury.io/gh/0xPolygon%2Fchain-indexer-framework.svg)](https://badge.fury.io/gh/0xPolygon%2Fchain-indexer-framework)
![Build Status](https://github.com/0xPolygon/chain-indexer-framework/workflows/CI/badge.svg?branch=main)
[![npm version](https://badge.fury.io/js/%400xPolygon%2Fchain-indexer-framework.svg)](https://badge.fury.io/js/%400xPolygon%2Fchain-indexer-framework)
![GitHub](https://img.shields.io/github/license/0xPolygon/chain-indexer-framework)
[![TEST](https://github.com/0xPolygon/chain-indexer-framework/actions/workflows/tests.yml/badge.svg)](https://github.com/0xPolygon/chain-indexer-framework/actions/workflows/tests.yml)


Chain Indexer Framework, is a powerful framework designed to facilitate the development of flexible event-driven data pipelines on EVM blockchains. Built on the reliable foundation of Kafka, Chain Indexer Framework empowers developers to build robust and scalable applications that seamlessly process blockchain events and enable real-time data integration.
Expand Down
Loading

0 comments on commit e927842

Please sign in to comment.