https://github.com/iotexproject/iotex-election
The Ethereum-to-IoTeX Bridge that syncs smart contract states to IoTeX blockchain
https://github.com/iotexproject/iotex-election
Last synced: about 1 year ago
JSON representation
The Ethereum-to-IoTeX Bridge that syncs smart contract states to IoTeX blockchain
- Host: GitHub
- URL: https://github.com/iotexproject/iotex-election
- Owner: iotexproject
- License: gpl-3.0
- Created: 2019-01-28T01:03:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T01:54:31.000Z (about 1 year ago)
- Last Synced: 2025-05-08T22:07:15.085Z (about 1 year ago)
- Language: Go
- Homepage: https://iotex.io
- Size: 1.36 MB
- Stars: 4
- Watchers: 12
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iotex-election
Collect and process election information from the governance chain (which is Ethereum for now)
# Run as a service
0. dep ensure --vendor-only
1. rm election.db
2. make run