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

https://github.com/blockchainsllc/opinionator-importer


https://github.com/blockchainsllc/opinionator-importer

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Blockchain Voting - Importer

This importer connects via RPC to a etheterum client and pull data block-by-block into a mongodb

## Usage

1. You'll need a recent dotnet core runtime -or- the docker image
2. Build:

```
dotnet restore
dotnet publish -c Release -o build
```

3. Run:

```
dotnet build/VotingImporter.dll -r -d -n -b
```