Building from source
Prerequisites
a working Golang environment (tested with go v1.12.9)
requires go modules (
>=go v1.11)
Postgres
Redis >= 5.0
A JSON-RPC enabled and accessible Ethereum Client (Infura also works)
Step-by-step guide
Clone the repo
git clone git@github.com:Alethio/memento.git
cd mementoBuild the executable
We are using go modules, so it will automatically download the dependencies
makeCopy the sample configuration and do the necessary adjustments
cp config-sample.yml config.ymlStart scraping
./memento run --vvOpen the dashboard to check progress
http://localhost:3000Example output

Last updated
Was this helpful?