You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker ps -a # to see the id of your pod
docker exec -it <id_of_pod> bash
psql -d postgres -U <replace_with_your_user_of_choice> -W
CREATE SCHEMA IF NOT EXISTS hivemapper;
Run honey-tracker
sftoken # to set SUBSTREAMS_API_TOKEN
honey-tracker mainnet.sol.streamingfast.io:443 https://github.com/streamingfast/substreams-hivemapper/releases/download/v0.1.0/hivemapper-v0.1.0.spkg map_outputs --db-host=localhost --db-port=5432 --db-user=eduard --db-password=secureme --db-name=postgres --output-module-type=proto:hivemapper.types.v1.Output