-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
210 lines (207 loc) · 7.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
---
layout: default
---
<section class="site-frontpage-jumbo">
<div class="background-image"></div>
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-md-7 col-lg-7">
<header class="d-flex flex-column">
<h2 class="display-5 project-name">Cap<b>9</b>
</h2>
<h2 class="display-5 project-desc">Capability-based security protocol for Ewasm/EVM smart
contracts</h2>
<div class="row d-flex">
<div class="header-link">
<i class="fas fa-file"></i>
<a href="docs/Whitepaper.pdf">
<h5>Whitepaper</h5>
</a>
</div>
<div class="header-link">
<i class="fab fa-github"></i>
<a href="https://github.com/daohub-io/cap9">
<h5>Github</h5>
</a>
</div>
</div>
</header>
</div>
<div class="col-lg-3 col-md-3 offset-md-2 align-self-center">
<a class="frontpage-brand d-none d-sm-none d-md-block" href="{{ site.baseurl }}/">
<img src="/images/logo/caps.svg" alt="{{ site.title }}">
</a>
<!-- <img class="img-fluid" src="images/squares.svg" alt=""> -->
</div>
</div>
</div>
</section>
<section class="site-frontpage">
<div class="container">
<div class="row d-flex flex-row justify-content-between">
<div class="col flex-grow-4 news">
<div class="media-body">
<h6>Latest News</h6>
<p><a href="https://medium.com/web3foundation/web3-foundation-grants-wave-two-recipients-16d9b996501d">Web3 Foundation announces second wave grant receipents</a></p>
<date>Jul 2, 2019</date>
</div>
</div>
<div class="col d-flex flex-row flex-grow-1 align-items-center justify-content-end partners d-none d-sm-none d-md-flex">
<img src="/images/logo/web3_logo.jpg" alt="Web3 Foundation" height="150em">
<img src="/images/logo/w_daolab_icon_v1.png" alt="DaoHub" height="70em">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="site-frontpage">
<div class="container">
<div class="row">
<div class="col-md-3">
<h5>Isolation</h5>
<p>
Isolate the components of your smart contract system to mitigate mistakes or malicious activity.
</p>
</div>
<div class="col-md-3">
<h5>Transparency</h5>
<p>
Demonstrate your system's security to the world by exposing it's security policies in a way that can be
understood and verified
by third parties.</p>
</div>
<div class="col-md-3">
<h5>Security</h5>
<p>
Using capabilities, restrict components of your system and apply the principle of least
privilege. </p>
</div>
<div class="col-md-3">
<h5>Extensibility</h5>
<p>
Build on top of robust primitives to define a permissions model that suits your specific needs. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="site-frontpage why">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>What is Cap9</h2>
</div>
<div class="col-md-6 d-flex flex-column">
<p>Cap9 is a capability-based exokernel protocol to run on Ethereum. As a smart contract framework, developers
can perform upgrades in a secure and robust manner - preventing privilege
escalation at any point in the development process.
</p>
<p>
Capability-based security introduce strong security and isolation primitives, allowing for more secure use of libraries,
and taking advantage of the principle-of-least-privilege in more complex smart contract systems. This will
allow developers and users to place strict limitations on pieces of code, and ensure that those limitations
are enforced long-term.
</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- <section class="site-frontpage roadmap">
<div class="container">
<div class="row">
<div class="col-md-3">
<h2>Roadmap</h2>
</div>
<div class="col-md-9">
<ul class="d-flex flex-row-reverse justify-content-end milestones">
<li>
<date>Q1 2020</date>
<div class="card">
<h5>v1 Stable</h5>
<h6>Yellowpaper with Formal Specification</h6>
</div>
</li>
<li>
<date>Q2 2019</date>
<div class="card">
<h5>v1 Beta</h5>
<h6>Component registry Development</h6>
</div>
</li>
<li>
<date>Today</date>
<div class="card">
<h5>v1 Alpha</h5>
<h6>EVM + EWASM SDK Development</h6>
</div>
</li>
<li></li>
</ul>
<ul class="d-flex years">
<li>2018</li>
<li>2019</li>
<li>2020</li>
</ul>
</div>
</div>
</div>
</section> -->
<!-- <section class="site-frontpage team">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Our Team</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="person">
<img src="/images/team/jacob.jpg">
<h5>Jacob Payne</h5>
<h6>Project Lead</h6>
<p>Fullstack Developer with broad range in skills from devops, system development and smart contract development on
Ethereum. Extensive experience in blockchain-based systems design, cryptocurrency wallet design. Has been an
avid community contributor since 2012, and hosted weekly solidity workshops and tutorials.</p>
</div>
</div>
<div class="col-md-4">
<div class="person">
<img src="/images/team/alex.jpg">
<h5>Alexsey Troitsky</h5>
<h6>Research Lead</h6>
<p>Masters on System Programming at the Moscow Institute of Physics and Technology. Experience in analytical programming
systems utilized for integrated modular avionics. Development of components for AADL and dynamic model analysis.
Experience in ML, analytics and formal analysis.</p>
</div>
</div>
<div class="col-md-4">
<div class="person">
<img src="/images/team/jake.jpg">
<h5>Jake O'Shennesy</h5>
<h6>Tech Lead</h6>
<p>Bachelor of Mechanical Engineering with Honours at University of New South Wales. Experience in in the development
of automated static analysis tools to determine flaws in engineers’ analyses. Application of robust algorithms
and computational power to assist engineers and making decisions.</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!--
<section class="site-frontpage contact">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-md-6 ">
<h2>Contribute </h2>
</div>
<div class="col-md-4" style="color: #3fa9f5">
<i class="fab fa-github"></i>
<a href="https://github.com/daohub-io/cap9">Intested? Join as a contributor</a>
</div>
</div>
</div>
</section> -->