-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (47 loc) · 2.9 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css">
<title>Team Coinbill</title>
</head>
<body>
<div class="menu">
<img class="menu-logo" src="/img/logo-white.svg"/>
</div>
<div class="coming d-flex flex-column justify-content-sm-center">
<div style="text-align: center" class="p-2 coming-title">WE ARE COMING SOON!</div>
<div class="p-2 coming-content"> CoinBill 은 자체 VM을 만들어 기존의 암호화폐와 Smart Contract가 해내지 못했던, 시장의 안정화, 다양한 암호화폐 간의 거래, 유통 가능한 형태의 파생상품 을 거래할수있는 분산형 거래소를 구축하여 개선된 스마트 컨트랙트 시스템을 만드는 것을 목표로 하고 있습니다. 이를 통해, 사용자들에게 위험 헷징과 수익, 변동 폭이 적은 Riskless 한 자산을 제공합니다.</div>
</div>
<div class="introduce d-flex flex-column justify-content-sm-center">
<img class="p-2 introduce-layer" src="/img/CB-layer.png"/>
<div style="height: 58px;"></div>
<div class="p-2 introduce-title"> CBVM & CBLL</div>
<div class="p-2 introduce-content"> CoinBill은 Ethereum 블록체인이나 EVM 기반이 아닌 CBVM, CBLL을 개발중이며 Smart Contract의 기능을 대폭 확장할것입니다. 이를 통해 쿠폰, 파생상품 과 같은 거래를 지원하는게 가능해지며, 크로스체인의 지원도 가능해집니다. 동시에 Flu_id라는 Ethereum의 Solidity 같은 언어를 개발하여 보다 심층적으로 CoinBill 플랫폼을 활용할 수 있는 확장성을 갖추게 될것입니다.</div>
</div>
<hr />
<footer>
<div class="container">
<div class="row">
<div class="col ">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://github.com/CoinBillTeam/" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">© Team Coinbill 2018 <br></p>
</div>
</div>
</div>
</footer>
</body>
</html>