Skip to content

Commit d2d0eba

Browse files
committed
Updates
These are the changes that involves the changes to 2 pages. 1. ChainIndexer Framework 2. Matic.Js installation page
1 parent 974688a commit d2d0eba

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/tools/chain-indexer-framework/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before we get into the details, let us understand why we need it and the problem
1212

1313
### 1. What is an EVM blockchain data indexer?
1414

15-
An EVM (Ethereum Virtual Machine) blockchain data indexer is a specialised search engine for EVM-based blockchains like Ethereum and Polygon protocols. It sorts and organises blockchain data, making it faster and easier for developers to query and retrieve specific information for their decentralised applications (dApps).
15+
An EVM ([Ethereum Virtual Machine](https://ethereum.org/en/developers/docs/evm/)) blockchain data indexer is a specialised search engine for EVM-based blockchains like Ethereum and Polygon protocols. It sorts and organises blockchain data, making it faster and easier for developers to query and retrieve specific information for their decentralised applications (dApps).
1616

1717
### 2. Why do dApps need a blockchain data indexer?
1818

docs/tools/matic-js/installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Installation
2+
3+
## Matic.JS
4+
5+
[Matic.js](https://github.com/maticnetwork/matic.js) a JavaScript library build to facilitate interaction with the Polygon Network. It provides developers with a simplified operations on the Polygon Network, such as depositing, transferring, and withdrawing assets allowing developers to focus on building (DApps) without the need for in-depth knowledge of blockchain.
6+
17
Matic.js is made up of a main library and an Ethereum library:
28

39
## Main library
@@ -7,7 +13,6 @@ The main library has the core logic and provides different APIs. The user intera
713
```sh
814
npm i @maticnetwork/maticjs
915
```
10-
1116
## Ethereum library
1217

1318
The Ethereum library allows us to use any favorite ether library. It is injected into maticjs using plugins.
@@ -28,3 +33,6 @@ npm install @maticnetwork/maticjs-web3
2833
```sh
2934
npm install @maticnetwork/maticjs-ethers
3035
```
36+
### System Requirements
37+
38+
Ensure that your [Node.js](https://nodejs.org/en/)version is up to date. We recommend using Node.js version v18.19.1 for optimal compatibility.

0 commit comments

Comments
 (0)