https://github.com/blockchainsllc/opinionator-importer
https://github.com/blockchainsllc/opinionator-importer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockchainsllc/opinionator-importer
- Owner: blockchainsllc
- License: other
- Created: 2019-09-30T09:01:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T00:54:32.000Z (over 3 years ago)
- Last Synced: 2024-12-30T07:43:36.817Z (over 1 year ago)
- Language: C#
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```