-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopenings.go
More file actions
32 lines (31 loc) · 1.37 KB
/
openings.go
File metadata and controls
32 lines (31 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
package main
var Openings = []JobOpening{
{
Name: "Senior Software Engineer",
Url: "https://commonprefix.notion.site/sw-folk",
Location: "Remote or on-site in Athens, Greece",
Type: "Full-time",
Description: "We're looking for experienced engineers who are passionate about blockchains, distributed systems and cryptography.",
},
{
Name: "Software Engineer",
Url: "https://commonprefix.notion.site/opening-software-engineer",
Location: "Remote or on-site in Athens, Greece",
Type: "Full-time",
Description: "We're looking for experienced engineers who are passionate about blockchains, distributed systems and cryptography.",
},
{
Name: "Formal Verification Engineer",
Url: "https://commonprefix.notion.site/fve-folk",
Location: "Remote or on-site in Athens, Greece",
Type: "Full-time",
Description: "We're looking for formal verification engineers with hands-on experience in functional and formal verification, ideally with blockchain software experience.",
},
{
Name: "Auditor",
Url: "https://commonprefix.notion.site/auditing-folk",
Location: "Remote or on-site in Athens, Greece",
Type: "Full-time",
Description: "We're looking for auditors who can help us maintain the highest standards on security and reliability of the things we build.",
},
}