-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
532 lines (350 loc) · 22.1 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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Team | DecentraWise</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="decentrawise,podcast,decentralization,decentralisation,experts,blockchain,dlt,p2p,peer,peer to peer,development,smart contract,smart-contract,smart,contract,bitcoin,ethereum,solidity,steem,hive,eosio,witness,block producer,block,producer" />
<meta name="description" content="DECENTRAWISE is a Decentralized Autonomous Community (DAC) and its founding members started in Blockchain technology, researching and developing in this area since 2009, right after Bitcoin network w">
<meta property="og:type" content="website">
<meta property="og:title" content="Team">
<meta property="og:url" content="https://decentrawise.com/team/index.html">
<meta property="og:site_name" content="DecentraWise">
<meta property="og:description" content="DECENTRAWISE is a Decentralized Autonomous Community (DAC) and its founding members started in Blockchain technology, researching and developing in this area since 2009, right after Bitcoin network w">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://decentrawise.com/team/team.jpg">
<meta property="article:published_time" content="2023-09-28T20:52:41.100Z">
<meta property="article:modified_time" content="2023-09-28T20:52:41.100Z">
<meta property="article:author" content="DecentraWise">
<meta property="article:tag" content="prc">
<meta property="article:tag" content="mtm">
<meta property="article:tag" content="research">
<meta property="article:tag" content="developers">
<meta property="article:tag" content="scrum">
<meta property="article:tag" content="open">
<meta property="article:tag" content="source">
<meta property="article:tag" content="software">
<meta property="article:tag" content="engineering">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://decentrawise.com/team/team.jpg">
<link rel="alternate" href="/rss.xml" title="DecentraWise" type="application/atom+xml" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/libs/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/libs/titillium-web/styles.css">
<link rel="stylesheet" href="/libs/source-code-pro/styles.css">
<link rel="stylesheet" href="/css/style.css">
<script src="/libs/jquery/3.5.0/jquery.min.js"></script>
<link rel="stylesheet" href="/libs/lightgallery/css/lightgallery.min.css">
<link rel="stylesheet" href="/libs/justified-gallery/justifiedGallery.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7F4Q2T2P26"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-7F4Q2T2P26');
</script>
<meta name="generator" content="Hexo 6.3.0"></head>
<body>
<div id="wrap">
<header id="header">
<div id="header-outer" class="outer">
<div class="container">
<div class="container-inner">
<div id="header-title">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
<h2 class="subtitle-wrap">
<p class="subtitle">Building blockchains, smart contracts, dapps and changing the world as we know it...</p>
</h2>
</div>
<div id="header-inner" class="nav-container">
<a id="main-nav-toggle" class="nav-icon fa fa-bars"></a>
<div class="nav-container-inner">
<ul id="main-nav">
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/">Home</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/podcasts">Podcasts</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/development">Development</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/audit">Audit</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/projects">Projects</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/talks">Talks</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/team">Team</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/contact">Contact</a>
</li>
</ul>
<nav id="sub-nav">
<div id="search-form-wrap">
<form class="search-form">
<input type="text" class="ins-search-input search-form-input" placeholder="Search" />
<button type="submit" class="search-form-submit"></button>
</form>
<div class="ins-search">
<div class="ins-search-mask"></div>
<div class="ins-search-container">
<div class="ins-input-wrapper">
<input type="text" class="ins-search-input" placeholder="Type something..." />
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: 'Posts',
PAGES: 'Pages',
CATEGORIES: 'Categories',
TAGS: 'Tags',
UNTITLED: '(Untitled)',
},
ROOT_URL: '/',
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="main-body container-inner">
<div class="main-body-inner">
<section id="main">
<div class="main-body-header">
<h1 class="header">
<em class="page-title-link" data-url="/team/index.html">Team</em>
</h1>
</div>
<div class="main-body-content">
<article id="page-" class="article article-single article-type-page" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 class="article-title" itemprop="name">
Team
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p><img src="/team/team.jpg"></p>
<p>DECENTRAWISE is a Decentralized Autonomous Community (DAC) and its founding members started in Blockchain technology, researching and developing in this area since 2009, right after Bitcoin network was started. We’ve worked with all major cap projects, initially mining and then researching and developing for some of these blockchains, including Bitcoin and Ethereum on which we continue to work today.</p>
<p>Our focus is on smart contract development, security audits and deployment consulting on Ethereum or L2’s. We also have extensive core blockchain development, from EOSIO chains to Cosmos or Polkadot ecosystems.</p>
<p>We aim to build a community around decentralization and blockchain technology. Our members are developers as well as of many other backgrounds, and we welcome any contributor to any of our projects.</p>
<p>We run our projects with a SCRUM mindset, giving the complete autonomy to each team member to self-manage, as is the rule in most open source communities. In order to facilitate the communication with clients all projects have a single product owner (PO).</p>
<p>Frequently we participate in Hackathons from several industry players, mostly from <a target="_blank" rel="noopener" href="https://ethglobal.com/">ETH Global</a>, and we’ve won some prizes.</p>
<p>Our founding team:</p>
<ul>
<li><a target="_blank" rel="noopener" href="https://linkedin.com/in/prcolaco">Pedro Reis Colaço (prc)</a>, our lead technology researcher and auditor, due to his experience in blockchain, dapps and auditing, peer-to-peer and decentralized systems and broader experience in software engineering.</li>
<li><a target="_blank" rel="noopener" href="https://www.linkedin.com/in/migueltadeu">Miguel Tadeu Mota (mtm)</a>, our projects lead and product owner, due to his blockchain and dapps extensive experience and appetite for solving hairy problems, and pushing any software engineering project forward, independently of the language or industry.</li>
</ul>
<p>We defend that engineers in this space have a very important role in defining the next generation of our global economic system, with all its impact in peoples lives, so our involvement in any project also depends on its alignment with each team members perspective and values.</p>
<p>We work everyday to make the world a better place for all humanity! This will always be our vision and main focus, despite any economic or political incentive.</p>
</div>
<footer class="article-footer">
<a data-url="https://decentrawise.com/team/index.html" data-id="cm2ynns2v000z28wdgsfm9dzs" class="article-share-link"><i class="fa fa-share"></i>Share</a>
<script>
(function ($) {
$('body').on('click', function() {
$('.article-share-box.on').removeClass('on');
}).on('click', '.article-share-link', function(e) {
e.stopPropagation();
var $this = $(this),
url = $this.attr('data-url'),
encodedUrl = encodeURIComponent(url),
id = 'article-share-box-' + $this.attr('data-id'),
offset = $this.offset(),
box;
if ($('#' + id).length) {
box = $('#' + id);
if (box.hasClass('on')){
box.removeClass('on');
return;
}
} else {
var html = [
'<div id="' + id + '" class="article-share-box">',
'<input class="article-share-input" value="' + url + '">',
'<div class="article-share-links">',
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="article-share-pinterest" target="_blank" title="Pinterest"></a>',
'<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="article-share-google" target="_blank" title="Google+"></a>',
'</div>',
'</div>'
].join('');
box = $(html);
$('body').append(box);
}
$('.article-share-box.on').hide();
box.css({
top: offset.top + 25,
left: offset.left
}).addClass('on');
}).on('click', '.article-share-box', function (e) {
e.stopPropagation();
}).on('click', '.article-share-box-input', function () {
$(this).select();
}).on('click', '.article-share-box-link', function (e) {
e.preventDefault();
e.stopPropagation();
window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
});
})(jQuery);
</script>
</footer>
</div>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"author": {
"@type": "Person",
"name": "DecentraWise"
},
"headline": "Team",
"image": "https://decentrawise.com/team/team.jpg",
"keywords": " ",
"datePublished": "2023-09-28",
"dateCreated": "2023-09-28",
"dateModified": "2023-09-28",
"url": "https://decentrawise.com/team/index.html",
"description": "
DECENTRAWISE is a Decentralized Autonomous Community (DAC) and its founding members started in Blockchain technology, researching and developing in this area since 2009, right after Bitcoin network w",
"wordCount": 322
}
</script>
</article>
<section id="comments">
</section>
</div>
</section>
<aside id="sidebar">
<a class="sidebar-toggle" title="Expand Sidebar"><i class="toggle icon"></i></a>
<div class="sidebar-top">
<p>follow:</p>
<ul class="social-links">
<li>
<a class="social-tooltip" title="telegram" href="https://t.me/decentrawise" target="_blank" rel="noopener">
<i class="icon fa fa-telegram"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="twitter" href="https://twitter.com/decentrawise" target="_blank" rel="noopener">
<i class="icon fa fa-twitter"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="youtube" href="https://www.youtube.com/@decentrawise" target="_blank" rel="noopener">
<i class="icon fa fa-youtube"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="linkedin" href="https://www.linkedin.com/company/decentrawise/" target="_blank" rel="noopener">
<i class="icon fa fa-linkedin"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="github" href="https://github.com/decentrawise" target="_blank" rel="noopener">
<i class="icon fa fa-github"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="rss" href="/rss.xml" target="_blank" rel="noopener">
<i class="icon fa fa-rss"></i>
</a>
</li>
</ul>
</div>
<div class="widgets-container">
<div class="widget-wrap widget-list">
<h3 class="widget-title">blog</h3>
<div class="widget">
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/development/">development</a><span class="category-list-count">3</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/hackathons/">hackathons</a><span class="category-list-count">6</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/infrastructure/">infrastructure</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/podcasts/">podcasts</a><span class="category-list-count">45</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/projects/">projects</a><span class="category-list-count">8</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/talks/">talks</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/team/">team</a><span class="category-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap widget-float">
<h3 class="widget-title">tags</h3>
<div class="widget tagcloud">
<a href="/tags/bitcoin/" style="font-size: 10px;">bitcoin</a> <a href="/tags/blockchain/" style="font-size: 11.11px;">blockchain</a> <a href="/tags/bp/" style="font-size: 13.33px;">bp</a> <a href="/tags/crypto-assets/" style="font-size: 10px;">crypto-assets</a> <a href="/tags/dapp/" style="font-size: 13.33px;">dapp</a> <a href="/tags/decentralization/" style="font-size: 11.11px;">decentralization</a> <a href="/tags/decentrawise-podcast/" style="font-size: 20px;">decentrawise podcast</a> <a href="/tags/dpos/" style="font-size: 13.33px;">dpos</a> <a href="/tags/dsound/" style="font-size: 16.67px;">dsound</a> <a href="/tags/dtube/" style="font-size: 10px;">dtube</a> <a href="/tags/efficiency/" style="font-size: 10px;">efficiency</a> <a href="/tags/eos/" style="font-size: 10px;">eos</a> <a href="/tags/eosio/" style="font-size: 15.56px;">eosio</a> <a href="/tags/ethereum/" style="font-size: 14.44px;">ethereum</a> <a href="/tags/experiment/" style="font-size: 12.22px;">experiment</a> <a href="/tags/github/" style="font-size: 10px;">github</a> <a href="/tags/hackathon/" style="font-size: 15.56px;">hackathon</a> <a href="/tags/hive/" style="font-size: 11.11px;">hive</a> <a href="/tags/ipfs/" style="font-size: 17.78px;">ipfs</a> <a href="/tags/liquidapps/" style="font-size: 10px;">liquidapps</a> <a href="/tags/live-stream/" style="font-size: 20px;">live stream</a> <a href="/tags/music/" style="font-size: 16.67px;">music</a> <a href="/tags/nft/" style="font-size: 11.11px;">nft</a> <a href="/tags/open-source/" style="font-size: 12.22px;">open-source</a> <a href="/tags/panel/" style="font-size: 10px;">panel</a> <a href="/tags/smart-contract/" style="font-size: 16.67px;">smart-contract</a> <a href="/tags/solidity/" style="font-size: 13.33px;">solidity</a> <a href="/tags/steem/" style="font-size: 18.89px;">steem</a> <a href="/tags/talk/" style="font-size: 10px;">talk</a> <a href="/tags/token/" style="font-size: 10px;">token</a> <a href="/tags/uniswap/" style="font-size: 10px;">uniswap</a> <a href="/tags/video/" style="font-size: 20px;">video</a> <a href="/tags/witness/" style="font-size: 12.22px;">witness</a> <a href="/tags/youtube/" style="font-size: 20px;">youtube</a>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">resources</h3>
<div class="widget">
<ul>
<li>
<a target="_blank" rel="noopener" href="https://www.hope.com/">Bitcoin is Hope</a>
</li>
<li>
<a target="_blank" rel="noopener" href="https://github.com/bitcoinbook/bitcoinbook">Mastering Bitcoin</a>
</li>
<li>
<a target="_blank" rel="noopener" href="https://github.com/ethereumbook/ethereumbook">Mastering Ethereum</a>
</li>
<li>
<a target="_blank" rel="noopener" href="https://ethglobal.com/">ETH Global</a>
</li>
<li>
<a target="_blank" rel="noopener" href="https://greenpill.network/">Green Pill</a>
</li>
</ul>
</div>
</div>
</div>
</aside>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="container-inner">
<a id="back-to-top" href="javascript:;"><i class="icon fa fa-angle-up"></i></a>
<div class="credit">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
<p>© 2016 - 2024 DecentraWise</p>
</div>
<div class="footer-plugins">
</div>
</div>
</div>
</footer>
</div>
<script src="/libs/lightgallery/js/lightgallery.min.js"></script>
<script src="/libs/lightgallery/js/lg-thumbnail.min.js"></script>
<script src="/libs/lightgallery/js/lg-pager.min.js"></script>
<script src="/libs/lightgallery/js/lg-autoplay.min.js"></script>
<script src="/libs/lightgallery/js/lg-fullscreen.min.js"></script>
<script src="/libs/lightgallery/js/lg-zoom.min.js"></script>
<script src="/libs/lightgallery/js/lg-hash.min.js"></script>
<script src="/libs/lightgallery/js/lg-share.min.js"></script>
<script src="/libs/lightgallery/js/lg-video.min.js"></script>
<script src="/libs/justified-gallery/jquery.justifiedGallery.min.js"></script>
<!-- Custom Scripts -->
<script src="/js/main.js"></script>
</body>
</html>