Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/cybercon.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cyberCon0

For the event one contract must be deployed. This contract must define all interactions between organizer, speakers and participants.
For the event one contract must be deployed up to 30/11. This contract must define all interactions between organizer, speakers and participants.

## Roles

Expand All @@ -17,9 +17,9 @@ Organizer functions:
Organizer deploy contract with the following parameters:
- name of event: cybercon0
- place of event: Korpus 8
- minimal bid: 0.2 ETH
- minimal bid: 0.3 ETH
- amount of tickets: 200
- share of revenue: 50%
- share of revenue: 20%
- timestamp of checkin start: 09.00 14 December
- timestamp of profit distribution: 17.00 14 December

Expand All @@ -29,7 +29,7 @@ Everybody can bid for speakership. The bid can be any amount of ETH speaker want

### Participants

Everybody can bid for participation. Minimal bid is 0.2 ETH due to minimal expenses needed to cover the catering. At the moment of ticket distribution bids are sorted by amount. Top 200 bids get the right to issue tickets, the other get the right to return bids back.
Everybody can bid for participation. Minimal bid is 0.3 ETH due to minimal expenses needed to cover basic costs: catering, spase rent, speaker's logistic, merch. At the moment of ticket distribution bids are sorted by amount. Top 200 bids get the right to issue tickets, the other get the right to return bids back.

## Processes

Expand Down