Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 10 days 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
```