-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (44 loc) · 5.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Metaverse Documantation | Index </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- fonts -->
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Ubuntu:300,400,500,600,700" rel="stylesheet">
<!-- stylesheets -->
<link rel="stylesheet" href="/style/doc.css">
<!-- favicon -->
<link rel="icon" href="/favicon.ico">
</head>
<body>
<script>window.__INITIAL_STATE__ = {"page":{"title":"Index","support":false,"path":"index.html"},"data":{"navigation":{"logo":{"text":"Metaverse Documentaion","type":"link","path":"index.html"},"main":[{"text":"概览","type":"link","path":"index.html"},{"text":"开始学习","type":"link","path":"get-started.html"},{"text":"全节点钱包","type":"link","path":"full-node-wallet/index.html","children":[{"text":"链上存款(锁仓)","type":"link","path":"full-node-wallet/onchain-deposit.html"},{"text":"发行代币","type":"link","path":"full-node-wallet/issue-token.html"},{"text":"转移代币","type":"link","path":"full-node-wallet/transfer-token.html"},{"text":"主网参数","type":"link","path":"full-node-wallet/mainnet-parameters.html"},{"text":"在命令行环境使用","type":"link","path":"full-node-wallet/command-line.html"}]},{"text":"白皮书概要","type":"label","children":[{"text":"元界白皮书","type":"link","path":"whitepaper/metaverse.html"},{"text":"元界数字身份白皮书","type":"link","path":"whitepaper/digital-identity.html"}]},{"text":"开发使用与配置","type":"label"},{"text":"介绍","type":"link","path":"usage-and-configuration/introduction.html"},{"text":"编译","type":"link","path":"usage-and-configuration/build/index.html","children":[{"text":"Linux","type":"link","path":"usage-and-configuration/build/linux.html"},{"text":"Windows","type":"link","path":"usage-and-configuration/build/windows.html"},{"text":"MacOSX","type":"link","path":"usage-and-configuration/build/macosx.html"}]},{"text":"配置选项","type":"link","path":"usage-and-configuration/startup-options.html"},{"text":"测试网络","type":"link","path":"usage-and-configuration/testnet.html"},{"text":"命令行参考","type":"link","path":"usage-and-configuration/command-line-reference.html"},{"text":"搭建私有链","type":"link","path":"usage-and-configuration/private-chain.html"},{"text":"开发者文档","type":"label"},{"text":"数字资产账本","type":"link","path":"developers/digital-asset/index.html","children":[{"text":"链上存款(锁仓)","type":"link","path":"developers/digital-asset/onchain-deposit.html"},{"text":"自定义资产","type":"link","path":"developers/digital-asset/issue-token.html"}]},{"text":"数字身份账本","type":"link","path":"developers/digital-identity/index.html"},{"text":"底层技术","type":"link","path":"developers/base-layer/index.html","children":[{"text":"P2P网络","type":"link","path":"developers/base-layer/p2p-network.html"},{"text":"高性能数据库","type":"link","path":"developers/base-layer/database.html"},{"text":"内嵌式HTTPServer","type":"link","path":"developers/base-layer/httpserver.html"},{"text":"共识机制与挖矿","type":"link","path":"developers/base-layer/consensus-and-mining.html"},{"text":"HD账户与加密模块","type":"link","path":"developers/base-layer/account-model.html"},{"text":"UTXO扩展与Script扩展","type":"link","path":"developers/base-layer/utxo-and-script.html"}]}]}},"config":{"timezone":null,"root":"/","time_format":"HH:mm:ss","theme":"doc","theme_config":{"swagger_ui":{"api_explorer":true,"permalinks":true},"search":{"skip":false,"background":false,"route":"/lunr.json"},"favicon":"/favicon.ico"}}}</script>
<div id="react-navigation-root"><div class="doc-navigation" data-reactroot=""><nav class="doc-navbar"><a href="/index.html" class="doc-navbar__logo"><img src="/images/logo.png" class="doc-navbar__logo__img"/><span class="doc-navbar__logo__text">Metaverse Documentaion</span></a><i class="dc-icon dc-icon--close dc-icon--interactive doc-sidebar-close doc-navbar__sidebar-close doc-navbar__sidebar-close--desktop"></i><i class="dc-icon dc-icon--menu dc-icon--interactive doc-sidebar-toggle doc-navbar__sidebar-toggle"></i></nav><nav class="doc-sidebar"><div class="doc-sidebar__vertical-menu"><i class="dc-icon dc-icon--menu dc-icon--interactive doc-sidebar-toggle doc-sidebar-toggle--primary doc-sidebar__vertical-menu__item"></i><i class="dc-icon dc-icon--search dc-icon--interactive doc-sidebar__vertical-menu__item doc-sidebar__vertical-menu__item--primary"></i></div><div class="doc-sidebar-content"><div class="doc-sidebar__search-form"></div><ul class="doc-sidebar-list"></ul></div></nav></div></div>
<div class="doc-content">
<div class="dc-page">
<div class="dc-card">
<div id="react-search-results-root"></div>
<div id="page-content" class="doc-formatting">
<h1 id="Metaverse-THE-NEW-REALITY"><a href="#Metaverse-THE-NEW-REALITY" class="headerlink" title="Metaverse - THE NEW REALITY"></a>Metaverse - THE NEW REALITY</h1><p>元界是一个开源开放的区块链项目,本文档是元界项目的必要组成部分;<br>本次文档更新将包含最全最新的技术资料,包含以下内容:</p>
<ol>
<li>快速上手</li>
<li>普通用户使用手册</li>
<li>元界基础功能与特色</li>
<li>开发者环境配置</li>
<li>开发者编译与调试</li>
<li>元界实现原理</li>
</ol>
<div id="react-support-footer-root"></div>
</div>
</div>
</div>
</div>
<!-- js vendors -->
<script src="//code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lunr.js/2.1.0/lunr.min.js"></script>
<!-- js source -->
<script src="/script/doc.js"></script>
</body>
</html>