https://github.com/iotaledger/participation-events
https://github.com/iotaledger/participation-events
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iotaledger/participation-events
- Owner: iotaledger
- Created: 2021-12-13T13:06:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T07:10:15.000Z (about 2 years ago)
- Last Synced: 2025-08-10T16:51:58.938Z (12 months ago)
- Size: 9.14 MB
- Stars: 22
- Watchers: 12
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Participation Events
This repository contains the configurations for official participation events.
## Event `raw`-links
### Assembly Round 6
Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/staking/assembly_06.json
ID: `a0e2605db376b5236961e0b05c753700fc8d6b061bd4564289fcfda936bcd59b`
## How to add a ballot or staking event as a node operator?
First, you need to update your [Hornet](https://github.com/gohornet/hornet) node to the latest release version (>= v1.2.0).
Make sure to enable the Participation plugin by adding `"Participation"` to `"enablePlugins"` in the `config.json` file of your node.
```json
"node": {
"alias": "HORNET mainnet node",
"profile": "auto",
"disablePlugins": [],
"enablePlugins": [
"Spammer",
"Participation"
]
},
```
## Add event via node dashboard
After starting your node, you can open the node dashboard and navigate to `Settings` -> `Plugins`.
If the Participation plugin has been successfully enabled, you should see a new option called `Participation`.

Click on the three dots next to `Participation` to enter the plugin settings.

In the top right corner, click `Add Event`.
Now you can paste the `raw`-link to the event configuration file.

After clicking `OK`, the new event is shown (if everything was entered correctly).

Your node is now ready to track the specific participation event. You can view the current status of the event by clicking on `More details`.

## Previous Events
### Assembly Round 5
Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/staking/assembly_05.json
ID: `e4a155210e0bc125b489e4d49cdb82368e19682b29e7da9a6d4f2ca2a8bd25b9`
### Assembly Round 4
Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/staking/assembly_04.json
ID: `758f9f6193c4ecc99b4b3c1a57a9cd3c6fc75f94e061d05361647d11ab8d06f6`
### Assembly Round 3
Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/staking/assembly_03.json
ID: `79958d5ccaaa81cea1dc8b589655d369b16c72f27a44433ba22c5b0a7dc89356`
### Shimmer Ecosystem Funding Proposal
Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/vote/shimmer_funding.json
ID: `9e8e1a15c831441797912a86022f5a78fcb70e151e43fe84812d4c7f6eb79a7b`
### Assembly Round 2
Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/staking/assembly_02.json
ID: `90ab02d8f700fcb3b31ff577416ecb105697a664738bec45b626920337a280e0`
### IOTA Community Governance Vote
Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/vote/governance_01.json
ID: `c8529ff64ea191b437cd625af8b02fd0173bc94aae380ea4cc3367a651536cba`
### Assembly Round 1
Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/staking/assembly_01.json
ID: `57607d9f8cefc366c3ead71f5b1d76cef1b36a07eb775158c541107951d4aecb`
### Shimmer
Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/staking/shimmer.json
ID: `f6dbdad416e0470042d3fe429eb0e91683ba171279bce01be6d1d35a9909a981`