Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/attestate/crawler
A tool chain to retrieve on-chain data from Ethereum.
https://github.com/attestate/crawler
Last synced: about 1 month ago
JSON representation
A tool chain to retrieve on-chain data from Ethereum.
- Host: GitHub
- URL: https://github.com/attestate/crawler
- Owner: attestate
- License: gpl-3.0
- Created: 2022-12-16T13:05:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T10:01:59.000Z (about 2 months ago)
- Last Synced: 2024-10-19T13:31:20.206Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://attestate.com/crawler/main
- Size: 1.75 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: docs/readme.md
- Changelog: changelog.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-web3 - attestate/crawler - JavaScript library for retrieving on-chain storage and generating data derivatives. (Software Development / JavaScript)
README
# Installation & Usage
**Note**: We're using sphinx-multiversion and so only commited changes will
alter the output of `make html`!```bash
# Create a virtual environment with python3 [1]
python3 -m venv .venv# Activate the virtual environment in your shell [1]
source .venv/bin/activate# Generate the multiversion documentation
make html# To serve the docs locally
make serve
```## References
- 1: https://docs.python.org/3/library/venv.html