https://github.com/bunsdev/web3-indexooor
https://github.com/bunsdev/web3-indexooor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bunsdev/web3-indexooor
- Owner: BunsDev
- Created: 2022-07-11T00:30:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T00:31:03.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T09:29:26.257Z (over 1 year ago)
- Language: Python
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple blockchain indexer
This is very much a prototype.
To start local mongo DB
```
docker-compose up -d
```
To use
```
export MONGODB_URI='mongodb://web3indexer:password@localhost:27017'
export ENDPOINT_URL='http://endpoint/rpc'
poetry install
poetry run index
```