mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
99 lines
3.7 KiB
ReStructuredText
99 lines
3.7 KiB
ReStructuredText
|
|
.. Copyright © 2020 Interplanetary Database Association e.V.,
|
|
Planetmint and IPDB software contributors.
|
|
SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
|
Code is Apache-2.0 and docs are CC-BY-4.0
|
|
|
|
Planetmint 문서
|
|
========================
|
|
|
|
블록체인 데이터베이스인 BigchainDB를 만나보세요.
|
|
|
|
`분산형 <https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/korean/decentralized_kor.md>`_, `불변성 <https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/korean/immutable-ko.md>`_ 및 `자산에 대한 네이티브 지원 <https://github.com/bigchaindb/bigchaindb/blob/master/docs/root/source/korean/assets_ko.md>`_ 을 포함한 일부 데이터베이스 특성들과 블록체인 특성을 가지고 있습니다.
|
|
|
|
높은 수준에서, 사용자는 Planetmint HTTP API를 사용하는 Planetmint 네트워크(노드 집합) 또는 Planetmint 파이썬 드라이버와 같은 API용 래퍼로 통신할 수 있습니다. 각 Planetmint 노드는 Planetmint Server 및 다양한 다른 소프트웨어를 실행합니다. 더 자세한 사항은 용어 페이지에서 이러한 용어 중 일부를 설명합니다.
|
|
|
|
.. raw:: html
|
|
|
|
<style media="screen" type="text/css">
|
|
.button {
|
|
border-top: 1px solid #96d1f8;
|
|
background: #65a9d7;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
|
|
background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
|
|
background: -moz-linear-gradient(top, #3e779d, #65a9d7);
|
|
background: -ms-linear-gradient(top, #3e779d, #65a9d7);
|
|
background: -o-linear-gradient(top, #3e779d, #65a9d7);
|
|
padding: 8.5px 17px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|
box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|
text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
|
color: white;
|
|
font-size: 16px;
|
|
font-family: Arial, Sans-Serif;
|
|
text-decoration: none;
|
|
vertical-align: middle;
|
|
}
|
|
.button:hover {
|
|
border-top-color: #28597a;
|
|
background: #28597a;
|
|
color: #ccc;
|
|
}
|
|
.button:active {
|
|
border-top-color: #1b435e;
|
|
background: #1b435e;
|
|
}
|
|
a.button:visited {
|
|
color: white
|
|
}
|
|
.buttondiv {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
</style>
|
|
|
|
<div class="buttondiv">
|
|
<a class="button" href="http://bigchaindb.com/http-api">HTTP API 문서</a>
|
|
</div>
|
|
<div class="buttondiv">
|
|
<a class="button" href="http://docs.bigchaindb.com/projects/contributing/en/latest/index.html">BigchainDB에 기여하는 법</a>
|
|
</div>
|
|
<div class="buttondiv">
|
|
<a class="button" href="http://docs.bigchaindb.com/projects/py-driver/en/latest/index.html">파이썬 드라이버 문서</a>
|
|
</div>
|
|
<div class="buttondiv">
|
|
<a class="button" href="https://docs.bigchaindb.com/projects/js-driver/en/latest/index.html">자바스크립트 드라이버 문서</a>
|
|
</div>
|
|
<div class="buttondiv">
|
|
<a class="button" href="http://docs.bigchaindb.com/projects/server/en/latest/index.html">서버 문서</a>
|
|
</div>
|
|
<div class="buttondiv">
|
|
<a class="button" href="http://docs.bigchaindb.com/projects/server/en/latest/quickstart.html">서버 빠른 시작</a>
|
|
</div>
|
|
|
|
|
|
BigchainDB에 대한 추가 정보
|
|
-------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
Planetmint Docs Home <self>
|
|
production-ready_kor
|
|
terminology_kor
|
|
decentralized_kor
|
|
diversity-ko
|
|
immutable-ko
|
|
bft-ko
|
|
query-ko
|
|
assets_ko
|
|
smart-contracts_ko
|
|
transaction-concepts_ko
|
|
store-files_ko
|
|
permissions-ko
|
|
private-data-ko
|
|
Data Models <https://docs.bigchaindb.com/projects/server/en/latest/data-models/index.html>
|