├── .gitignore ├── LICENSE ├── README.md ├── VM ├── EOS │ ├── EOSVMArch.md │ └── image │ │ ├── CommonComplier.png │ │ ├── EOSApplyCTX.png │ │ ├── ExampleOfDTF.png │ │ ├── ExampleOfTF.png │ │ ├── LLVMArchFull.jpg │ │ ├── LLVMArchSimple.png │ │ ├── LLVMFormatFileTrans.jpg │ │ ├── RuntimeInterface.jpg │ │ ├── WASMInWebBrowser.png │ │ └── WASMToHTMLFlow.jpg ├── EVM │ ├── EVMArch.md │ ├── EVMLibIntroduction.md │ ├── evm.md │ └── image │ │ ├── ExecutiveCallFlowChart.jpg │ │ ├── ExecutiveCreateFlowChart.jpg │ │ ├── ExecutiveGoFlowchart.jpg │ │ └── MainClass.jpg ├── evm-ewasm │ ├── EOS对WASM的支持.md │ ├── img │ │ ├── emvc-struct.png │ │ ├── hera-struct.png │ │ ├── module.jpg │ │ ├── wasm-api.png │ │ ├── wasm-datatype.png │ │ ├── wasm-file.png │ │ ├── wasm-header.png │ │ ├── wasm-hex.png │ │ ├── wasm-scode.png │ │ ├── wasm-scustom.png │ │ ├── wasm-sdata.png │ │ ├── wasm-sectiontype.png │ │ ├── wasm-selem.png │ │ ├── wasm-sexport.png │ │ ├── wasm-sfunc.png │ │ ├── wasm-sglobal.png │ │ ├── wasm-simport.png │ │ ├── wasm-smem.png │ │ ├── wasm-smem1.png │ │ ├── wasm-sresizable_limits.png │ │ ├── wasm-sstart.png │ │ ├── wasm-stable.png │ │ ├── wasm-stable1.png │ │ ├── wasm-stype.png │ │ └── wasm-stype1.png │ ├── wasm文件格式.md │ ├── wasm的执行.md │ ├── wasm的相关接口.md │ ├── wasm的编译.md │ ├── webassembly技术.md │ └── 以太坊对WASM的支持.md ├── pub │ ├── img │ │ └── first_wabt.png │ └── wabt的一个隐性内存问题.md └── solc │ ├── img │ ├── assembly.png │ ├── c-p.png │ ├── compiler-c.png │ ├── compiler.png │ └── parse.png │ ├── solc编译器初步分析.md │ └── 智能合约的bytecode分析.md ├── baidu-salon ├── img │ ├── IMG_20191121_135831.jpg │ ├── IMG_20191121_140753.jpg │ ├── IMG_20191121_140948.jpg │ ├── IMG_20191121_140950.jpg │ ├── IMG_20191121_143408.jpg │ ├── IMG_20191121_144932.jpg │ ├── IMG_20191121_144937.jpg │ ├── IMG_20191121_145141.jpg │ ├── IMG_20191121_152342.jpg │ ├── IMG_20191121_153336.jpg │ ├── IMG_20191121_153407.jpg │ ├── IMG_20191121_154730.jpg │ ├── IMG_20191121_154733.jpg │ ├── IMG_20191121_154746.jpg │ ├── IMG_20191121_154748.jpg │ ├── IMG_20191121_155310.jpg │ ├── IMG_20191121_155315.jpg │ ├── IMG_20191121_155330.jpg │ ├── IMG_20191121_155421.jpg │ ├── IMG_20191121_155422.jpg │ ├── IMG_20191121_155424.jpg │ ├── IMG_20191121_155443.jpg │ ├── IMG_20191121_155549.jpg │ ├── IMG_20191121_155554.jpg │ ├── IMG_20191121_155555.jpg │ ├── IMG_20191121_162149.jpg │ ├── IMG_20191121_162155.jpg │ ├── IMG_20191121_163357.jpg │ ├── IMG_20191121_163806.jpg │ ├── IMG_20191121_164142.jpg │ ├── IMG_20191121_164146.jpg │ ├── IMG_20191121_164901.jpg │ ├── IMG_20191121_164903.jpg │ ├── IMG_20191121_165005.jpg │ ├── IMG_20191121_165006.jpg │ ├── IMG_20191121_165606.jpg │ ├── IMG_20191121_165610.jpg │ ├── IMG_20191121_165707.jpg │ ├── IMG_20191121_165710.jpg │ ├── IMG_20191121_170117.jpg │ ├── IMG_20191121_170120.jpg │ ├── IMG_20191121_170139.jpg │ ├── IMG_20191121_171939.jpg │ ├── IMG_20191121_171941.jpg │ ├── IMG_20191121_172338.jpg │ ├── IMG_20191121_172340.jpg │ ├── IMG_20191121_172510.jpg │ ├── IMG_20191121_173428.jpg │ ├── IMG_20191121_173637.jpg │ ├── IMG_20191121_173639.jpg │ ├── IMG_20191121_173711.jpg │ └── IMG_20191121_173713.jpg └── 百度沙龙研讨会内容概要.md ├── bitcoin ├── Qt钱包的UI类图.md ├── img │ ├── appinit2.png │ ├── bitcoin-node.png │ ├── bloom.png │ ├── fee-cus.png │ ├── httpRPC.png │ ├── init.png │ ├── mnemonic.png │ ├── node-detail.png │ ├── qt-wallet0.png │ ├── qt-wallet1.png │ ├── seedtokey.png │ ├── sendcoin-b.png │ ├── transaction-1.png │ ├── transaction-mempools.png │ ├── transfer.png │ ├── ui-1.png │ └── wallet-ui.png ├── 交易源码分析.pdf ├── 交易的类图.md ├── 公链的架构.xmind ├── 比特币中的 HTTP 服务.md ├── 比特币源码的整体流程图及说明.md ├── 比特币源码的流程分析说明.txt ├── 比特币钱包密钥管理概览.md ├── 精通比特币一.docx ├── 精通比特币之七挖矿和共识.md ├── 精通比特币之三钱包和交易.md ├── 精通比特币之五网络.md ├── 精通比特币之六区块链.md ├── 精通比特币之四交易详细分析.md ├── 精通比特币二.docx ├── 精通比特币相关环境安装_.md ├── 结点管理器 CConnman 中的线程.md └── 钱包的功能类图和流程图.md ├── consensus ├── .gitkeep ├── consensus.2pc.md ├── consensus.basic.md ├── consensus.byzantine.generals.md ├── consensus.paxos.md ├── consensus.raft.md ├── eos.dpos.md ├── ethereum.pow.md ├── fabric.pbft.md └── imgs │ ├── eos.producer.jpg │ ├── eth.mining.diagram.jpg │ ├── fabric.pbft.engine.creation.flow.jpg │ ├── paxos.accept.jpeg │ ├── paxos.prepare.jpeg │ ├── paxos.roles.jpeg │ ├── raft.log.entries.png │ ├── raft.log.structure.png │ ├── raft.state.switch.png │ └── raft.terms.png ├── cosmos ├── cosmos源码分析之一概述.md ├── cosmos源码分析之七Tendermint架构分析.md ├── cosmos源码分析之三跨链交易.md ├── cosmos源码分析之二cosmos-SDK流程.md ├── cosmos源码分析之五委托人delegators.md ├── cosmos源码分析之八Tendermint启动分析.md ├── cosmos源码分析之六验证人Validators.md ├── cosmos源码分析之四Staking模块.md ├── cosmos费用代币photon.md └── img │ ├── Consensus.png │ ├── Photon.jpg │ ├── consensus-0.jpg │ ├── consensus-1.jpg │ ├── cosmos-sdk.jpg │ ├── cosmos-sdk.png │ ├── cosmosSDK-inc.png │ ├── cross-chain.jpg │ ├── meitu-cross.jpg │ ├── new-sdk.png │ ├── owner-sdk.png │ ├── tendermint-inc.png │ └── tendermint.jpg ├── cryptography └── .gitkeep ├── eos ├── eos.block.data.structure.md ├── eos源码分析之一整体介绍.md ├── eos源码分析之七钱包和帐户.md ├── eos源码分析之三交易.md ├── eos源码分析之二网络.md ├── eos源码分析之五虚拟机.md ├── eos源码分析之八区块及数据结构.md ├── eos源码分析之六共识.md ├── eos源码分析之四智能合约.md └── img │ ├── eos_block_structure.png │ ├── plugin_pic.png │ ├── roles-m.jpg │ └── roles-s.jpg ├── ethereum ├── .gitkeep ├── cunzheng.md └── kademlia.md ├── fabric-bccsp ├── SM2椭圆曲线公钥密码算法.pdf ├── SM2椭圆曲线公钥密码算法推荐参数.pdf ├── SM3密码杂凑算法.pdf ├── SM4分组密码算法.pdf ├── fabric中使用国密.md └── img │ ├── bccsp-c.png │ └── bccsp-p.png ├── fabric ├── Fabric.block.data.structure.md ├── Fabric架构解读.md ├── fabric 数据一致性保证.md └── images │ ├── fabric.block.data.structure.png │ ├── fabric.ca.png │ ├── fabric.consistency.block │ ├── fabric.consistency.gossip │ ├── fabric.ledger.png │ ├── fabric.logic.architecture.jpg │ ├── fabric.multi.channel.png │ ├── fabric.sub.ledger.png │ ├── fabric.topology.jpg │ └── fabric.transaction.flow.png ├── khipu ├── img │ ├── main-sdl.png │ ├── parallel-sdl.png │ └── parallel.png ├── khipu并行分析之一概述.md ├── khipu并行分析之三并行处理和验证.md └── khipu并行分析之二状态和上下文.md ├── libra ├── img │ ├── bec-of.png │ ├── compiler.png │ ├── expressions.png │ └── vm.png ├── libra的支付分析.md └── move语言的重点分析.md ├── merkle树.pdf ├── monoxide ├── img │ ├── attack.jpg │ ├── design.jpg │ └── mining.jpg └── monoxide的简单分析和讨论.md ├── nebulas ├── img │ ├── blockjudge.png │ ├── blockpool.png │ ├── class-parallel.png │ ├── code-m.png │ ├── dynasty.png │ ├── nebulas-overview.png │ ├── paraller.png │ ├── runtime.png │ ├── runtimeV8.png │ └── workflow.png ├── 星云链的并行交易分析.md └── 星云链的整体架构.md ├── p2p └── design.md ├── polkadot ├── img │ ├── polkadot-role.jpg │ ├── polkadot-source.png │ ├── polkadot-source1.png │ ├── polkadot-source2.png │ └── polkadot.jpg ├── 波卡链源码分析之一介绍和源码模块.md ├── 波卡链源码分析之三网络.md ├── 波卡链源码分析之二启动流程.md ├── 波卡链源码分析之五区块及共识.md └── 波卡链源码分析之四交易.md ├── privacy ├── img │ ├── MLSAG_01.png │ ├── MLSAG_02.png │ ├── MLSAG_03.png │ ├── MLSAG_04.png │ └── dash-join.png ├── 门罗币、ZEC和达世币的对比分析之一总体对比.md ├── 门罗币、ZEC和达世币的对比分析之三达世币的混币分析.md ├── 门罗币、ZEC和达世币的对比分析之二门罗币的环签名分析.md └── 门罗币、ZEC和达世币的对比分析之四Zcash的零知识证明分析.md ├── quorum ├── img │ ├── QuorumTransactionProcessing.jpg │ ├── Quorum_Equity_Use_Case.png │ ├── architecture.png │ ├── architecture02.png │ ├── privacy-design.png │ ├── privacy.png │ ├── quorum.splite.state.db.png │ └── quorum.startup.jpg ├── quorum.introduction.md ├── quorum.node.permission.md ├── quorum.raft.md └── quorum隐私分析.md ├── roadmap.pdf ├── rsa-acc ├── RSA累加器的介绍.md ├── RSA累加器的论文简要说明.md ├── img │ ├── acc-build.png │ ├── base-rsa.png │ ├── pairing-algo1.png │ ├── poe.png │ ├── pohp.png │ ├── pokcr-multiexp.png │ ├── pokcr.png │ ├── poke.png │ ├── pokhp.png │ ├── pokrep.png │ ├── rsa-dy.png │ ├── transfer.png │ ├── zkpoke.png │ └── zkpokrep.png ├── pairing的初步.md └── 一个pairing库的介绍.md ├── scalability ├── .gitkeep ├── Chain_Interoperability.md ├── README.md ├── plasma │ ├── imgs │ │ ├── new-architecture.png │ │ └── work-follow.png │ └── plasma-in-10-mins.md ├── raiden │ ├── README.md │ └── imgs │ │ └── smart_contract_obj.png ├── split.py ├── tendermint.md └── 跨链的应用小总结.docx ├── testDoc └── 链调研的表.xlsx ├── translate ├── IPFS │ ├── imgs │ │ ├── asymmetric-encryption.png │ │ ├── blockchain-used-ipfs.png │ │ ├── blockchain.png │ │ ├── check-key-importy.png │ │ ├── decrypto-myriad.png │ │ ├── encrypt-myriad.png │ │ ├── example-on-linux.png │ │ ├── get-pdf.png │ │ ├── gpg-finished.png │ │ ├── gpg-gen-key.png │ │ ├── ipfs-add-myriad.png │ │ ├── ipfs-daemon.png │ │ ├── ipfs-get-file.png │ │ ├── ipfs-init.png │ │ ├── ipfs-pin-ls.png │ │ ├── ipfs-workflow.png │ │ ├── learn-to-share.png │ │ ├── myriad.png │ │ └── type-random-bytes.png │ └── learn-to-securely-share-files-on-the-blockchain-with-IPFS.md └── consensus │ ├── A_Hitchhiker's_Guide_to_Consensus_Algorithms.md │ └── imgs │ ├── bft.png │ ├── dags.png │ ├── dpos.png │ ├── poa.png │ ├── pos.png │ ├── pow.png │ └── poweight.png └── 目录结构和编码规范 /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .gitkeep 3 | *.swp 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/README.md -------------------------------------------------------------------------------- /VM/EOS/EOSVMArch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/EOSVMArch.md -------------------------------------------------------------------------------- /VM/EOS/image/CommonComplier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/image/CommonComplier.png -------------------------------------------------------------------------------- /VM/EOS/image/EOSApplyCTX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/image/EOSApplyCTX.png -------------------------------------------------------------------------------- /VM/EOS/image/ExampleOfDTF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/image/ExampleOfDTF.png -------------------------------------------------------------------------------- /VM/EOS/image/ExampleOfTF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/image/ExampleOfTF.png -------------------------------------------------------------------------------- /VM/EOS/image/LLVMArchFull.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/image/LLVMArchFull.jpg -------------------------------------------------------------------------------- /VM/EOS/image/LLVMArchSimple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/image/LLVMArchSimple.png -------------------------------------------------------------------------------- /VM/EOS/image/LLVMFormatFileTrans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/image/LLVMFormatFileTrans.jpg -------------------------------------------------------------------------------- /VM/EOS/image/RuntimeInterface.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/image/RuntimeInterface.jpg -------------------------------------------------------------------------------- /VM/EOS/image/WASMInWebBrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/image/WASMInWebBrowser.png -------------------------------------------------------------------------------- /VM/EOS/image/WASMToHTMLFlow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EOS/image/WASMToHTMLFlow.jpg -------------------------------------------------------------------------------- /VM/EVM/EVMArch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EVM/EVMArch.md -------------------------------------------------------------------------------- /VM/EVM/EVMLibIntroduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EVM/EVMLibIntroduction.md -------------------------------------------------------------------------------- /VM/EVM/evm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EVM/evm.md -------------------------------------------------------------------------------- /VM/EVM/image/ExecutiveCallFlowChart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EVM/image/ExecutiveCallFlowChart.jpg -------------------------------------------------------------------------------- /VM/EVM/image/ExecutiveCreateFlowChart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EVM/image/ExecutiveCreateFlowChart.jpg -------------------------------------------------------------------------------- /VM/EVM/image/ExecutiveGoFlowchart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EVM/image/ExecutiveGoFlowchart.jpg -------------------------------------------------------------------------------- /VM/EVM/image/MainClass.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/EVM/image/MainClass.jpg -------------------------------------------------------------------------------- /VM/evm-ewasm/EOS对WASM的支持.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/EOS对WASM的支持.md -------------------------------------------------------------------------------- /VM/evm-ewasm/img/emvc-struct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/emvc-struct.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/hera-struct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/hera-struct.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/module.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/module.jpg -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-api.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-datatype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-datatype.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-file.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-header.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-hex.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-scode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-scode.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-scustom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-scustom.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-sdata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-sdata.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-sectiontype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-sectiontype.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-selem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-selem.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-sexport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-sexport.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-sfunc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-sfunc.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-sglobal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-sglobal.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-simport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-simport.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-smem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-smem.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-smem1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-smem1.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-sresizable_limits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-sresizable_limits.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-sstart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-sstart.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-stable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-stable.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-stable1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-stable1.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-stype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-stype.png -------------------------------------------------------------------------------- /VM/evm-ewasm/img/wasm-stype1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/img/wasm-stype1.png -------------------------------------------------------------------------------- /VM/evm-ewasm/wasm文件格式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/wasm文件格式.md -------------------------------------------------------------------------------- /VM/evm-ewasm/wasm的执行.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/wasm的执行.md -------------------------------------------------------------------------------- /VM/evm-ewasm/wasm的相关接口.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/wasm的相关接口.md -------------------------------------------------------------------------------- /VM/evm-ewasm/wasm的编译.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/wasm的编译.md -------------------------------------------------------------------------------- /VM/evm-ewasm/webassembly技术.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/webassembly技术.md -------------------------------------------------------------------------------- /VM/evm-ewasm/以太坊对WASM的支持.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/evm-ewasm/以太坊对WASM的支持.md -------------------------------------------------------------------------------- /VM/pub/img/first_wabt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/pub/img/first_wabt.png -------------------------------------------------------------------------------- /VM/pub/wabt的一个隐性内存问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/pub/wabt的一个隐性内存问题.md -------------------------------------------------------------------------------- /VM/solc/img/assembly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/solc/img/assembly.png -------------------------------------------------------------------------------- /VM/solc/img/c-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/solc/img/c-p.png -------------------------------------------------------------------------------- /VM/solc/img/compiler-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/solc/img/compiler-c.png -------------------------------------------------------------------------------- /VM/solc/img/compiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/solc/img/compiler.png -------------------------------------------------------------------------------- /VM/solc/img/parse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/solc/img/parse.png -------------------------------------------------------------------------------- /VM/solc/solc编译器初步分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/solc/solc编译器初步分析.md -------------------------------------------------------------------------------- /VM/solc/智能合约的bytecode分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/VM/solc/智能合约的bytecode分析.md -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_135831.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_135831.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_140753.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_140753.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_140948.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_140948.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_140950.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_140950.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_143408.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_143408.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_144932.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_144932.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_144937.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_144937.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_145141.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_145141.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_152342.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_152342.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_153336.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_153336.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_153407.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_153407.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_154730.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_154730.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_154733.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_154733.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_154746.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_154746.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_154748.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_154748.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_155310.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_155310.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_155315.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_155315.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_155330.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_155330.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_155421.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_155421.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_155422.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_155422.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_155424.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_155424.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_155443.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_155443.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_155549.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_155549.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_155554.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_155554.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_155555.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_155555.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_162149.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_162149.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_162155.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_162155.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_163357.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_163357.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_163806.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_163806.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_164142.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_164142.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_164146.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_164146.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_164901.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_164901.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_164903.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_164903.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_165005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_165005.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_165006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_165006.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_165606.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_165606.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_165610.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_165610.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_165707.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_165707.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_165710.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_165710.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_170117.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_170117.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_170120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_170120.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_170139.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_170139.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_171939.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_171939.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_171941.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_171941.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_172338.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_172338.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_172340.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_172340.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_172510.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_172510.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_173428.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_173428.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_173637.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_173637.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_173639.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_173639.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_173711.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_173711.jpg -------------------------------------------------------------------------------- /baidu-salon/img/IMG_20191121_173713.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/img/IMG_20191121_173713.jpg -------------------------------------------------------------------------------- /baidu-salon/百度沙龙研讨会内容概要.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/baidu-salon/百度沙龙研讨会内容概要.md -------------------------------------------------------------------------------- /bitcoin/Qt钱包的UI类图.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/Qt钱包的UI类图.md -------------------------------------------------------------------------------- /bitcoin/img/appinit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/appinit2.png -------------------------------------------------------------------------------- /bitcoin/img/bitcoin-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/bitcoin-node.png -------------------------------------------------------------------------------- /bitcoin/img/bloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/bloom.png -------------------------------------------------------------------------------- /bitcoin/img/fee-cus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/fee-cus.png -------------------------------------------------------------------------------- /bitcoin/img/httpRPC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/httpRPC.png -------------------------------------------------------------------------------- /bitcoin/img/init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/init.png -------------------------------------------------------------------------------- /bitcoin/img/mnemonic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/mnemonic.png -------------------------------------------------------------------------------- /bitcoin/img/node-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/node-detail.png -------------------------------------------------------------------------------- /bitcoin/img/qt-wallet0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/qt-wallet0.png -------------------------------------------------------------------------------- /bitcoin/img/qt-wallet1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/qt-wallet1.png -------------------------------------------------------------------------------- /bitcoin/img/seedtokey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/seedtokey.png -------------------------------------------------------------------------------- /bitcoin/img/sendcoin-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/sendcoin-b.png -------------------------------------------------------------------------------- /bitcoin/img/transaction-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/transaction-1.png -------------------------------------------------------------------------------- /bitcoin/img/transaction-mempools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/transaction-mempools.png -------------------------------------------------------------------------------- /bitcoin/img/transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/transfer.png -------------------------------------------------------------------------------- /bitcoin/img/ui-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/ui-1.png -------------------------------------------------------------------------------- /bitcoin/img/wallet-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/img/wallet-ui.png -------------------------------------------------------------------------------- /bitcoin/交易源码分析.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/交易源码分析.pdf -------------------------------------------------------------------------------- /bitcoin/交易的类图.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/交易的类图.md -------------------------------------------------------------------------------- /bitcoin/公链的架构.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/公链的架构.xmind -------------------------------------------------------------------------------- /bitcoin/比特币中的 HTTP 服务.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/比特币中的 HTTP 服务.md -------------------------------------------------------------------------------- /bitcoin/比特币源码的整体流程图及说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/比特币源码的整体流程图及说明.md -------------------------------------------------------------------------------- /bitcoin/比特币源码的流程分析说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/比特币源码的流程分析说明.txt -------------------------------------------------------------------------------- /bitcoin/比特币钱包密钥管理概览.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/比特币钱包密钥管理概览.md -------------------------------------------------------------------------------- /bitcoin/精通比特币一.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/精通比特币一.docx -------------------------------------------------------------------------------- /bitcoin/精通比特币之七挖矿和共识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/精通比特币之七挖矿和共识.md -------------------------------------------------------------------------------- /bitcoin/精通比特币之三钱包和交易.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/精通比特币之三钱包和交易.md -------------------------------------------------------------------------------- /bitcoin/精通比特币之五网络.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/精通比特币之五网络.md -------------------------------------------------------------------------------- /bitcoin/精通比特币之六区块链.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/精通比特币之六区块链.md -------------------------------------------------------------------------------- /bitcoin/精通比特币之四交易详细分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/精通比特币之四交易详细分析.md -------------------------------------------------------------------------------- /bitcoin/精通比特币二.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/精通比特币二.docx -------------------------------------------------------------------------------- /bitcoin/精通比特币相关环境安装_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/精通比特币相关环境安装_.md -------------------------------------------------------------------------------- /bitcoin/结点管理器 CConnman 中的线程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/结点管理器 CConnman 中的线程.md -------------------------------------------------------------------------------- /bitcoin/钱包的功能类图和流程图.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/bitcoin/钱包的功能类图和流程图.md -------------------------------------------------------------------------------- /consensus/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /consensus/consensus.2pc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/consensus.2pc.md -------------------------------------------------------------------------------- /consensus/consensus.basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/consensus.basic.md -------------------------------------------------------------------------------- /consensus/consensus.byzantine.generals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/consensus.byzantine.generals.md -------------------------------------------------------------------------------- /consensus/consensus.paxos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/consensus.paxos.md -------------------------------------------------------------------------------- /consensus/consensus.raft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/consensus.raft.md -------------------------------------------------------------------------------- /consensus/eos.dpos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/eos.dpos.md -------------------------------------------------------------------------------- /consensus/ethereum.pow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/ethereum.pow.md -------------------------------------------------------------------------------- /consensus/fabric.pbft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/fabric.pbft.md -------------------------------------------------------------------------------- /consensus/imgs/eos.producer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/imgs/eos.producer.jpg -------------------------------------------------------------------------------- /consensus/imgs/eth.mining.diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/imgs/eth.mining.diagram.jpg -------------------------------------------------------------------------------- /consensus/imgs/fabric.pbft.engine.creation.flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/imgs/fabric.pbft.engine.creation.flow.jpg -------------------------------------------------------------------------------- /consensus/imgs/paxos.accept.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/imgs/paxos.accept.jpeg -------------------------------------------------------------------------------- /consensus/imgs/paxos.prepare.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/imgs/paxos.prepare.jpeg -------------------------------------------------------------------------------- /consensus/imgs/paxos.roles.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/imgs/paxos.roles.jpeg -------------------------------------------------------------------------------- /consensus/imgs/raft.log.entries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/imgs/raft.log.entries.png -------------------------------------------------------------------------------- /consensus/imgs/raft.log.structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/imgs/raft.log.structure.png -------------------------------------------------------------------------------- /consensus/imgs/raft.state.switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/imgs/raft.state.switch.png -------------------------------------------------------------------------------- /consensus/imgs/raft.terms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/consensus/imgs/raft.terms.png -------------------------------------------------------------------------------- /cosmos/cosmos源码分析之一概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/cosmos源码分析之一概述.md -------------------------------------------------------------------------------- /cosmos/cosmos源码分析之七Tendermint架构分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/cosmos源码分析之七Tendermint架构分析.md -------------------------------------------------------------------------------- /cosmos/cosmos源码分析之三跨链交易.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/cosmos源码分析之三跨链交易.md -------------------------------------------------------------------------------- /cosmos/cosmos源码分析之二cosmos-SDK流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/cosmos源码分析之二cosmos-SDK流程.md -------------------------------------------------------------------------------- /cosmos/cosmos源码分析之五委托人delegators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/cosmos源码分析之五委托人delegators.md -------------------------------------------------------------------------------- /cosmos/cosmos源码分析之八Tendermint启动分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/cosmos源码分析之八Tendermint启动分析.md -------------------------------------------------------------------------------- /cosmos/cosmos源码分析之六验证人Validators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/cosmos源码分析之六验证人Validators.md -------------------------------------------------------------------------------- /cosmos/cosmos源码分析之四Staking模块.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/cosmos源码分析之四Staking模块.md -------------------------------------------------------------------------------- /cosmos/cosmos费用代币photon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/cosmos费用代币photon.md -------------------------------------------------------------------------------- /cosmos/img/Consensus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/Consensus.png -------------------------------------------------------------------------------- /cosmos/img/Photon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/Photon.jpg -------------------------------------------------------------------------------- /cosmos/img/consensus-0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/consensus-0.jpg -------------------------------------------------------------------------------- /cosmos/img/consensus-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/consensus-1.jpg -------------------------------------------------------------------------------- /cosmos/img/cosmos-sdk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/cosmos-sdk.jpg -------------------------------------------------------------------------------- /cosmos/img/cosmos-sdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/cosmos-sdk.png -------------------------------------------------------------------------------- /cosmos/img/cosmosSDK-inc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/cosmosSDK-inc.png -------------------------------------------------------------------------------- /cosmos/img/cross-chain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/cross-chain.jpg -------------------------------------------------------------------------------- /cosmos/img/meitu-cross.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/meitu-cross.jpg -------------------------------------------------------------------------------- /cosmos/img/new-sdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/new-sdk.png -------------------------------------------------------------------------------- /cosmos/img/owner-sdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/owner-sdk.png -------------------------------------------------------------------------------- /cosmos/img/tendermint-inc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/tendermint-inc.png -------------------------------------------------------------------------------- /cosmos/img/tendermint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/cosmos/img/tendermint.jpg -------------------------------------------------------------------------------- /cryptography/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /eos/eos.block.data.structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/eos.block.data.structure.md -------------------------------------------------------------------------------- /eos/eos源码分析之一整体介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/eos源码分析之一整体介绍.md -------------------------------------------------------------------------------- /eos/eos源码分析之七钱包和帐户.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/eos源码分析之七钱包和帐户.md -------------------------------------------------------------------------------- /eos/eos源码分析之三交易.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/eos源码分析之三交易.md -------------------------------------------------------------------------------- /eos/eos源码分析之二网络.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/eos源码分析之二网络.md -------------------------------------------------------------------------------- /eos/eos源码分析之五虚拟机.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/eos源码分析之五虚拟机.md -------------------------------------------------------------------------------- /eos/eos源码分析之八区块及数据结构.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/eos源码分析之八区块及数据结构.md -------------------------------------------------------------------------------- /eos/eos源码分析之六共识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/eos源码分析之六共识.md -------------------------------------------------------------------------------- /eos/eos源码分析之四智能合约.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/eos源码分析之四智能合约.md -------------------------------------------------------------------------------- /eos/img/eos_block_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/img/eos_block_structure.png -------------------------------------------------------------------------------- /eos/img/plugin_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/img/plugin_pic.png -------------------------------------------------------------------------------- /eos/img/roles-m.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/img/roles-m.jpg -------------------------------------------------------------------------------- /eos/img/roles-s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/eos/img/roles-s.jpg -------------------------------------------------------------------------------- /ethereum/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ethereum/cunzheng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/ethereum/cunzheng.md -------------------------------------------------------------------------------- /ethereum/kademlia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/ethereum/kademlia.md -------------------------------------------------------------------------------- /fabric-bccsp/SM2椭圆曲线公钥密码算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric-bccsp/SM2椭圆曲线公钥密码算法.pdf -------------------------------------------------------------------------------- /fabric-bccsp/SM2椭圆曲线公钥密码算法推荐参数.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric-bccsp/SM2椭圆曲线公钥密码算法推荐参数.pdf -------------------------------------------------------------------------------- /fabric-bccsp/SM3密码杂凑算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric-bccsp/SM3密码杂凑算法.pdf -------------------------------------------------------------------------------- /fabric-bccsp/SM4分组密码算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric-bccsp/SM4分组密码算法.pdf -------------------------------------------------------------------------------- /fabric-bccsp/fabric中使用国密.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric-bccsp/fabric中使用国密.md -------------------------------------------------------------------------------- /fabric-bccsp/img/bccsp-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric-bccsp/img/bccsp-c.png -------------------------------------------------------------------------------- /fabric-bccsp/img/bccsp-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric-bccsp/img/bccsp-p.png -------------------------------------------------------------------------------- /fabric/Fabric.block.data.structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/Fabric.block.data.structure.md -------------------------------------------------------------------------------- /fabric/Fabric架构解读.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/Fabric架构解读.md -------------------------------------------------------------------------------- /fabric/fabric 数据一致性保证.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/fabric 数据一致性保证.md -------------------------------------------------------------------------------- /fabric/images/fabric.block.data.structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/images/fabric.block.data.structure.png -------------------------------------------------------------------------------- /fabric/images/fabric.ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/images/fabric.ca.png -------------------------------------------------------------------------------- /fabric/images/fabric.consistency.block: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/images/fabric.consistency.block -------------------------------------------------------------------------------- /fabric/images/fabric.consistency.gossip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/images/fabric.consistency.gossip -------------------------------------------------------------------------------- /fabric/images/fabric.ledger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/images/fabric.ledger.png -------------------------------------------------------------------------------- /fabric/images/fabric.logic.architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/images/fabric.logic.architecture.jpg -------------------------------------------------------------------------------- /fabric/images/fabric.multi.channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/images/fabric.multi.channel.png -------------------------------------------------------------------------------- /fabric/images/fabric.sub.ledger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/images/fabric.sub.ledger.png -------------------------------------------------------------------------------- /fabric/images/fabric.topology.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/images/fabric.topology.jpg -------------------------------------------------------------------------------- /fabric/images/fabric.transaction.flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/fabric/images/fabric.transaction.flow.png -------------------------------------------------------------------------------- /khipu/img/main-sdl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/khipu/img/main-sdl.png -------------------------------------------------------------------------------- /khipu/img/parallel-sdl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/khipu/img/parallel-sdl.png -------------------------------------------------------------------------------- /khipu/img/parallel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/khipu/img/parallel.png -------------------------------------------------------------------------------- /khipu/khipu并行分析之一概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/khipu/khipu并行分析之一概述.md -------------------------------------------------------------------------------- /khipu/khipu并行分析之三并行处理和验证.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/khipu/khipu并行分析之三并行处理和验证.md -------------------------------------------------------------------------------- /khipu/khipu并行分析之二状态和上下文.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/khipu/khipu并行分析之二状态和上下文.md -------------------------------------------------------------------------------- /libra/img/bec-of.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/libra/img/bec-of.png -------------------------------------------------------------------------------- /libra/img/compiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/libra/img/compiler.png -------------------------------------------------------------------------------- /libra/img/expressions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/libra/img/expressions.png -------------------------------------------------------------------------------- /libra/img/vm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/libra/img/vm.png -------------------------------------------------------------------------------- /libra/libra的支付分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/libra/libra的支付分析.md -------------------------------------------------------------------------------- /libra/move语言的重点分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/libra/move语言的重点分析.md -------------------------------------------------------------------------------- /merkle树.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/merkle树.pdf -------------------------------------------------------------------------------- /monoxide/img/attack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/monoxide/img/attack.jpg -------------------------------------------------------------------------------- /monoxide/img/design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/monoxide/img/design.jpg -------------------------------------------------------------------------------- /monoxide/img/mining.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/monoxide/img/mining.jpg -------------------------------------------------------------------------------- /monoxide/monoxide的简单分析和讨论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/monoxide/monoxide的简单分析和讨论.md -------------------------------------------------------------------------------- /nebulas/img/blockjudge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/img/blockjudge.png -------------------------------------------------------------------------------- /nebulas/img/blockpool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/img/blockpool.png -------------------------------------------------------------------------------- /nebulas/img/class-parallel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/img/class-parallel.png -------------------------------------------------------------------------------- /nebulas/img/code-m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/img/code-m.png -------------------------------------------------------------------------------- /nebulas/img/dynasty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/img/dynasty.png -------------------------------------------------------------------------------- /nebulas/img/nebulas-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/img/nebulas-overview.png -------------------------------------------------------------------------------- /nebulas/img/paraller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/img/paraller.png -------------------------------------------------------------------------------- /nebulas/img/runtime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/img/runtime.png -------------------------------------------------------------------------------- /nebulas/img/runtimeV8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/img/runtimeV8.png -------------------------------------------------------------------------------- /nebulas/img/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/img/workflow.png -------------------------------------------------------------------------------- /nebulas/星云链的并行交易分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/星云链的并行交易分析.md -------------------------------------------------------------------------------- /nebulas/星云链的整体架构.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/nebulas/星云链的整体架构.md -------------------------------------------------------------------------------- /p2p/design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/p2p/design.md -------------------------------------------------------------------------------- /polkadot/img/polkadot-role.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/polkadot/img/polkadot-role.jpg -------------------------------------------------------------------------------- /polkadot/img/polkadot-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/polkadot/img/polkadot-source.png -------------------------------------------------------------------------------- /polkadot/img/polkadot-source1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/polkadot/img/polkadot-source1.png -------------------------------------------------------------------------------- /polkadot/img/polkadot-source2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/polkadot/img/polkadot-source2.png -------------------------------------------------------------------------------- /polkadot/img/polkadot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/polkadot/img/polkadot.jpg -------------------------------------------------------------------------------- /polkadot/波卡链源码分析之一介绍和源码模块.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/polkadot/波卡链源码分析之一介绍和源码模块.md -------------------------------------------------------------------------------- /polkadot/波卡链源码分析之三网络.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/polkadot/波卡链源码分析之三网络.md -------------------------------------------------------------------------------- /polkadot/波卡链源码分析之二启动流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/polkadot/波卡链源码分析之二启动流程.md -------------------------------------------------------------------------------- /polkadot/波卡链源码分析之五区块及共识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/polkadot/波卡链源码分析之五区块及共识.md -------------------------------------------------------------------------------- /polkadot/波卡链源码分析之四交易.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/polkadot/波卡链源码分析之四交易.md -------------------------------------------------------------------------------- /privacy/img/MLSAG_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/privacy/img/MLSAG_01.png -------------------------------------------------------------------------------- /privacy/img/MLSAG_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/privacy/img/MLSAG_02.png -------------------------------------------------------------------------------- /privacy/img/MLSAG_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/privacy/img/MLSAG_03.png -------------------------------------------------------------------------------- /privacy/img/MLSAG_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/privacy/img/MLSAG_04.png -------------------------------------------------------------------------------- /privacy/img/dash-join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/privacy/img/dash-join.png -------------------------------------------------------------------------------- /privacy/门罗币、ZEC和达世币的对比分析之一总体对比.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/privacy/门罗币、ZEC和达世币的对比分析之一总体对比.md -------------------------------------------------------------------------------- /privacy/门罗币、ZEC和达世币的对比分析之三达世币的混币分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/privacy/门罗币、ZEC和达世币的对比分析之三达世币的混币分析.md -------------------------------------------------------------------------------- /privacy/门罗币、ZEC和达世币的对比分析之二门罗币的环签名分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/privacy/门罗币、ZEC和达世币的对比分析之二门罗币的环签名分析.md -------------------------------------------------------------------------------- /privacy/门罗币、ZEC和达世币的对比分析之四Zcash的零知识证明分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/privacy/门罗币、ZEC和达世币的对比分析之四Zcash的零知识证明分析.md -------------------------------------------------------------------------------- /quorum/img/QuorumTransactionProcessing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/img/QuorumTransactionProcessing.jpg -------------------------------------------------------------------------------- /quorum/img/Quorum_Equity_Use_Case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/img/Quorum_Equity_Use_Case.png -------------------------------------------------------------------------------- /quorum/img/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/img/architecture.png -------------------------------------------------------------------------------- /quorum/img/architecture02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/img/architecture02.png -------------------------------------------------------------------------------- /quorum/img/privacy-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/img/privacy-design.png -------------------------------------------------------------------------------- /quorum/img/privacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/img/privacy.png -------------------------------------------------------------------------------- /quorum/img/quorum.splite.state.db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/img/quorum.splite.state.db.png -------------------------------------------------------------------------------- /quorum/img/quorum.startup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/img/quorum.startup.jpg -------------------------------------------------------------------------------- /quorum/quorum.introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/quorum.introduction.md -------------------------------------------------------------------------------- /quorum/quorum.node.permission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/quorum.node.permission.md -------------------------------------------------------------------------------- /quorum/quorum.raft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/quorum.raft.md -------------------------------------------------------------------------------- /quorum/quorum隐私分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/quorum/quorum隐私分析.md -------------------------------------------------------------------------------- /roadmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/roadmap.pdf -------------------------------------------------------------------------------- /rsa-acc/RSA累加器的介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/RSA累加器的介绍.md -------------------------------------------------------------------------------- /rsa-acc/RSA累加器的论文简要说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/RSA累加器的论文简要说明.md -------------------------------------------------------------------------------- /rsa-acc/img/acc-build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/acc-build.png -------------------------------------------------------------------------------- /rsa-acc/img/base-rsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/base-rsa.png -------------------------------------------------------------------------------- /rsa-acc/img/pairing-algo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/pairing-algo1.png -------------------------------------------------------------------------------- /rsa-acc/img/poe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/poe.png -------------------------------------------------------------------------------- /rsa-acc/img/pohp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/pohp.png -------------------------------------------------------------------------------- /rsa-acc/img/pokcr-multiexp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/pokcr-multiexp.png -------------------------------------------------------------------------------- /rsa-acc/img/pokcr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/pokcr.png -------------------------------------------------------------------------------- /rsa-acc/img/poke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/poke.png -------------------------------------------------------------------------------- /rsa-acc/img/pokhp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/pokhp.png -------------------------------------------------------------------------------- /rsa-acc/img/pokrep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/pokrep.png -------------------------------------------------------------------------------- /rsa-acc/img/rsa-dy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/rsa-dy.png -------------------------------------------------------------------------------- /rsa-acc/img/transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/transfer.png -------------------------------------------------------------------------------- /rsa-acc/img/zkpoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/zkpoke.png -------------------------------------------------------------------------------- /rsa-acc/img/zkpokrep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/img/zkpokrep.png -------------------------------------------------------------------------------- /rsa-acc/pairing的初步.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/pairing的初步.md -------------------------------------------------------------------------------- /rsa-acc/一个pairing库的介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/rsa-acc/一个pairing库的介绍.md -------------------------------------------------------------------------------- /scalability/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scalability/Chain_Interoperability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/scalability/Chain_Interoperability.md -------------------------------------------------------------------------------- /scalability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/scalability/README.md -------------------------------------------------------------------------------- /scalability/plasma/imgs/new-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/scalability/plasma/imgs/new-architecture.png -------------------------------------------------------------------------------- /scalability/plasma/imgs/work-follow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/scalability/plasma/imgs/work-follow.png -------------------------------------------------------------------------------- /scalability/plasma/plasma-in-10-mins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/scalability/plasma/plasma-in-10-mins.md -------------------------------------------------------------------------------- /scalability/raiden/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/scalability/raiden/README.md -------------------------------------------------------------------------------- /scalability/raiden/imgs/smart_contract_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/scalability/raiden/imgs/smart_contract_obj.png -------------------------------------------------------------------------------- /scalability/split.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/scalability/split.py -------------------------------------------------------------------------------- /scalability/tendermint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/scalability/tendermint.md -------------------------------------------------------------------------------- /scalability/跨链的应用小总结.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/scalability/跨链的应用小总结.docx -------------------------------------------------------------------------------- /testDoc/链调研的表.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/testDoc/链调研的表.xlsx -------------------------------------------------------------------------------- /translate/IPFS/imgs/asymmetric-encryption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/asymmetric-encryption.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/blockchain-used-ipfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/blockchain-used-ipfs.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/blockchain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/blockchain.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/check-key-importy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/check-key-importy.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/decrypto-myriad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/decrypto-myriad.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/encrypt-myriad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/encrypt-myriad.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/example-on-linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/example-on-linux.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/get-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/get-pdf.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/gpg-finished.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/gpg-finished.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/gpg-gen-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/gpg-gen-key.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/ipfs-add-myriad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/ipfs-add-myriad.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/ipfs-daemon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/ipfs-daemon.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/ipfs-get-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/ipfs-get-file.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/ipfs-init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/ipfs-init.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/ipfs-pin-ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/ipfs-pin-ls.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/ipfs-workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/ipfs-workflow.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/learn-to-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/learn-to-share.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/myriad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/myriad.png -------------------------------------------------------------------------------- /translate/IPFS/imgs/type-random-bytes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/imgs/type-random-bytes.png -------------------------------------------------------------------------------- /translate/IPFS/learn-to-securely-share-files-on-the-blockchain-with-IPFS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/IPFS/learn-to-securely-share-files-on-the-blockchain-with-IPFS.md -------------------------------------------------------------------------------- /translate/consensus/A_Hitchhiker's_Guide_to_Consensus_Algorithms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/consensus/A_Hitchhiker's_Guide_to_Consensus_Algorithms.md -------------------------------------------------------------------------------- /translate/consensus/imgs/bft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/consensus/imgs/bft.png -------------------------------------------------------------------------------- /translate/consensus/imgs/dags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/consensus/imgs/dags.png -------------------------------------------------------------------------------- /translate/consensus/imgs/dpos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/consensus/imgs/dpos.png -------------------------------------------------------------------------------- /translate/consensus/imgs/poa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/consensus/imgs/poa.png -------------------------------------------------------------------------------- /translate/consensus/imgs/pos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/consensus/imgs/pos.png -------------------------------------------------------------------------------- /translate/consensus/imgs/pow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/consensus/imgs/pow.png -------------------------------------------------------------------------------- /translate/consensus/imgs/poweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/translate/consensus/imgs/poweight.png -------------------------------------------------------------------------------- /目录结构和编码规范: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XChainLab/documentation/HEAD/目录结构和编码规范 --------------------------------------------------------------------------------