This importer connects via RPC to a etheterum client and pull data block-by-block into a mongodb
-
You'll need a recent dotnet core runtime -or- the docker image
-
Build:
dotnet restore dotnet publish -c Release -o build
-
Run:
dotnet build/VotingImporter.dll -r <http-rpc> -d <mongodb-url> -n <mongodb-name> -b<batchsize>