-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (118 loc) · 4.26 KB
/
index.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Dave Kajpust Personal Website" />
<title>Dave Kajpust</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<nav>
<div class="header-container">
<h1 class="title">Dave Kajpust</h1>
<div class="nav-links">
<!-- <a href="writing/index.html">Writing</a> TODO - add this back in once a blog is actually written-->
</div>
</div>
<div class="contact">
contact:
<a href="https://twitter.com/davekaj">twitter</a>,
<a href="https://github.com/davekaj">github</a>,
<a href="mailto:[email protected]">email</a>
<div>Updated March 2024</div>
</div>
</nav>
</header>
<div>
<p>
I am a founder and blockchain engineer working in crypto since 2017. On the engineering side I focus on Solidity
and the EVM, and I am currently teaching myself Rust. On the research side I focus on DeFi and monetary system
designs. I am interested in the holistic design of protocols and how we can build a parallel financial system that
is better than the current one. I write on
<a href="https://medium.com/@davekaj">Medium</a>
and tweet from <a href="https://twitter.com/davekaj">@davekaj</a>. I occasionally angel invest.
</p>
<p>
Currently, I'm looking to collaborate with engineers and
researchers on open-source projects.
<b> If you are interested in collaborating, please reach out.</b>
</p>
</div>
<hr />
<div>
<h1>Past Work</h1>
<h2>Writing & Research - 2017 - Present</h2>
<div>
Some recents posts below:
<ul>
<li>
<a
href="https://medium.com/@davekaj/cycles-a-revolution-in-monetary-policy-using-blockchain-technology-7bc0aff6f68e">Cycles:
A Revolution in Monetary Policy using Blockchain Technology
</a>
<li>
<a href="https://medium.com/@davekaj/crypto-the-escape-hatch-for-the-global-financial-system-ef544b42ff52">Crypto
— The Escape Hatch For The Broken Global Financial
System</a>
</li>
<li>
<a href="https://medium.com/@davekaj/community-currencies-and-new-economic-systems-4b8ab4692349">Community
Currencies and New Economic
Systems</a>
</li>
<li>
<a href="https://medium.com/photonfinance/decentralized-governance-principles-and-new-designs-464ee17f2256">New
Concepts for Decentralized Governance</a>
</li>
</ul>
</div>
<h2>Ekonomia & Photon Finance - 2022 - 2023</h2>
<div>
Founder, CEO and CTO. Grew to a team of 9 people. After 1 year we shut
it down before launching a product. We moved too slow and did not
innovate enough on decentralized stablecoins.
<ul>
<li>
<a href="https://github.com/ekonomia-tech">Ekonomia Github</a>
</li>
</ul>
</div>
<h2>The Graph / Edge and Node - 2018 - 2021</h2>
<div>
I was the seventh hire on the team, and the first smart contract
engineer. We built and launched The Graph Network in late 2020 with a
small team. I left in early 2021 to pursue my own projects.
<ul>
<li>
<a href="https://github.com/graphprotocol/contracts">Graph Network Contracts</a>
</li>
<li>
<a href="https://github.com/graphprotocol/graph-network-subgraph">Graph Network Subgraph</a>
</li>
<li>
<a href="https://thegraph.com/">The Graph</a>
</li>
<li>
<a href="https://edgeandnode.com/">Edge and Node</a>
</li>
</ul>
</div>
<h2>Polymath - 2017-2018 (Now known as Polymesh)</h2>
<div>
I joined as the second hire on the team as a smart contract engineer and
helped contribute to the launch of the network in early 2018. I left to
work on The Graph.
<ul>
<li>
<a href="https://polymesh.network/">Polymesh Website</a>
</li>
<li>
<a href="https://github.com/PolymeshAssociation">Polymesh Github</a>
</li>
</ul>
</div>
</div>
</body>
</html>