Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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