Infura

Sign-up for an account or sign-in into your Infura account.

From the control panel, obtain your endpoint url for the network you are interested in (mainnet, ropsten, kovan, rinkeby). It will looks similar to https://mainnet.infura.io/v3/aa11bb22cc33......

Create the folder .volumes/memento/ if it doesn't exist already

mkdir -p .volumes/memento/

Copy config-sample.yml into .volumes/memento/config.yml and set the eth.client.http and eth.client.ws attributes to your Infura endpoint.

cp config-sample.yml .volumes/memento/config.yml

Start Memento

docker-compose up -d

Open the dashboard to check progress

http://localhost:3000

Last updated