Ecosyste.ms: Awesome
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: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockchainsllc/opinionator-importer
- Owner: blockchainsllc
- License: other
- Created: 2019-09-30T09:01:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T00:54:32.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T02:15:38.356Z (2 months 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
```