effective-indexer 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Lightweight EVM smart contract event indexer built with [Effect](https://effect.website).
4
4
 
5
+ Index EVM events to your own database in minutes — no hosted lock-in, no PhD required.
6
+
5
7
  Repository: [github.com/cybervoid0/effective-indexer](https://github.com/cybervoid0/effective-indexer)
6
8
 
7
9
  Indexes smart contract events into SQLite with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "effective-indexer",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "author": {
5
5
  "name": "Aleksandr Shenshin",
6
6
  "email": "mail@cybervoid.my"