├── .editorconfig ├── .github └── workflows │ └── publish.yml ├── .gitignore ├── .vs ├── Blockcore-Documentation │ └── v17 │ │ └── .suo └── ProjectSettings.json ├── LICENSE ├── README.md ├── architecture ├── Blockcore-Architecture-Hub.png ├── Blockcore-Architecture-Infrastructure.png ├── Blockcore-Architecture-Networking.png ├── Blockcore-Architecture.vsdx └── README.md ├── doc.bat ├── docs ├── _mkdocs │ ├── extra_css │ │ └── custom.css │ ├── extra_js │ │ └── custom.js │ ├── overrides │ │ ├── assets │ │ │ └── stylesheets │ │ │ │ └── main.css │ │ ├── home.html │ │ ├── main.html │ │ └── partials │ │ │ └── footer.html │ └── snippets │ │ ├── abbr.txt │ │ ├── links.txt │ │ └── refs.txt ├── architecture.md ├── coldstaking │ ├── coldstake-cloud.md │ ├── coldstake-pool.md │ ├── coldstake.md │ └── index.md ├── community.md ├── contribute.md ├── decentralization │ └── social-media │ │ ├── research-and-design │ │ ├── consensus-algorithms │ │ │ └── dPos.md │ │ ├── dApps │ │ │ ├── nostr.md │ │ │ ├── stratis.cirrus.md │ │ │ ├── taarafo.md │ │ │ └── x42.md │ │ ├── data │ │ │ ├── architecture │ │ │ │ └── strategy.md │ │ │ ├── models │ │ │ │ └── models.md │ │ │ └── readme.md │ │ ├── identity │ │ │ ├── elements-of-decentalization-medium.jpg │ │ │ ├── elements-of-decentalization.jpg │ │ │ ├── keri-elements-medium.jpg │ │ │ ├── keri-elements.jpg │ │ │ ├── keri.md │ │ │ └── self-sovereign.md │ │ ├── laws │ │ │ └── gdpr.md │ │ ├── reading-list.md │ │ └── readme.md │ │ ├── social-media-platforms.md │ │ └── users-as-product.jpg ├── development.md ├── diagram │ ├── .gitkeep │ ├── overview.drawio │ ├── overview.png │ └── overview.svg ├── example-projects │ ├── index.md │ ├── mithril-shards-example-dev.md │ ├── mithril-shards-example-network-bedrock.md │ ├── mithril-shards-example-node.md │ ├── mithril-shards-example.md │ └── running-example.md ├── explorer │ ├── dns.md │ ├── index.md │ ├── indexer.md │ └── website.md ├── extension │ ├── guide.md │ ├── help.md │ ├── img │ │ ├── blockcore-wallet-guide-01.gif │ │ ├── blockcore-wallet-guide-02.gif │ │ ├── blockcore-wallet-guide-03.gif │ │ ├── blockcore-wallet-guide-04.gif │ │ ├── blockcore-wallet-guide-05.gif │ │ ├── blockcore-wallet-guide-06.gif │ │ └── blockcore-wallet-guide-clipboard.gif │ ├── index.md │ └── installation.md ├── faq │ ├── faq-deployment.md │ ├── faq-general.md │ ├── faq-integrations.md │ ├── faq-synchronization.md │ ├── faq-wallet.md │ └── index.md ├── img │ ├── blockcore-explorer.png │ ├── blockcore-extension-folder.png │ ├── blockcore-extension-installed.png │ ├── blockcore-extension-open.png │ ├── blockcore-extension-pin.png │ ├── blockcore-extension.png │ ├── blockcore-indexer.png │ ├── blockcore-node.png │ ├── blockcore-tipbot.png │ ├── blockcorescreenshots.png │ ├── brave-extensions-developer.png │ ├── brave-extensions-installed.png │ ├── brave-extensions.png │ ├── coldstake │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 2.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.png │ │ ├── 27.png │ │ ├── 28.png │ │ ├── 29.png │ │ ├── 3.png │ │ ├── 30.png │ │ ├── 31.png │ │ ├── 32.png │ │ ├── 33.png │ │ ├── 34.png │ │ ├── 35.png │ │ ├── 36.png │ │ ├── 37.png │ │ ├── 38.png │ │ ├── 39.png │ │ ├── 4.png │ │ ├── 40.png │ │ ├── 41.png │ │ ├── 42.png │ │ ├── 43.png │ │ ├── 44.png │ │ ├── 45.png │ │ ├── 46.png │ │ ├── 47.png │ │ ├── 48.png │ │ ├── 49.png │ │ ├── 5.png │ │ ├── 50.png │ │ ├── 51.png │ │ ├── 52.png │ │ ├── 53.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── dockerhub.png │ ├── github.png │ ├── illustration.png │ ├── image-20210323114518695.png │ ├── image-20210323144656256.png │ ├── image-20210326120313808.png │ ├── image-20210327205530223.png │ ├── image-20210331150929890.png │ ├── image-20210331175542234.png │ ├── image-20210331180409700.png │ ├── image-20210331180535114.png │ ├── image-20210408173551787.png │ ├── logo.png │ ├── node-startup-log.png │ ├── openapiauth.png │ ├── payloadcodemap.png │ ├── payloadfeaturescodemap.png │ ├── telegram.png │ └── twitter.png ├── index.md ├── introduction.md ├── links.md ├── node │ ├── api │ │ ├── apiauthentication.md │ │ ├── apiauthorization.md │ │ └── index.md │ ├── features │ │ ├── airdrop.md │ │ ├── blockexplorer.md │ │ ├── blockstore.md │ │ ├── coldstaking.md │ │ ├── consensus.md │ │ ├── diagnostics.md │ │ ├── dns.md │ │ ├── index.md │ │ ├── memorypool.md │ │ ├── miner.md │ │ ├── nodehost.md │ │ ├── notifications.md │ │ ├── poa.md │ │ ├── rpc.md │ │ ├── storage.md │ │ ├── wallet.md │ │ ├── walletnotify.md │ │ └── walletwatchonly.md │ └── p2p │ │ ├── index.md │ │ └── payloads.md ├── overview.md ├── referencenodes.md ├── release-process.md ├── securityissues.md ├── signingcommits.md ├── support.md ├── usecases.md └── walkthrough.md └── mkdocs.yml /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/.gitignore -------------------------------------------------------------------------------- /.vs/Blockcore-Documentation/v17/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/.vs/Blockcore-Documentation/v17/.suo -------------------------------------------------------------------------------- /.vs/ProjectSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "CurrentProjectSetting": null 3 | } -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/README.md -------------------------------------------------------------------------------- /architecture/Blockcore-Architecture-Hub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/architecture/Blockcore-Architecture-Hub.png -------------------------------------------------------------------------------- /architecture/Blockcore-Architecture-Infrastructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/architecture/Blockcore-Architecture-Infrastructure.png -------------------------------------------------------------------------------- /architecture/Blockcore-Architecture-Networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/architecture/Blockcore-Architecture-Networking.png -------------------------------------------------------------------------------- /architecture/Blockcore-Architecture.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/architecture/Blockcore-Architecture.vsdx -------------------------------------------------------------------------------- /architecture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/architecture/README.md -------------------------------------------------------------------------------- /doc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/doc.bat -------------------------------------------------------------------------------- /docs/_mkdocs/extra_css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/_mkdocs/extra_css/custom.css -------------------------------------------------------------------------------- /docs/_mkdocs/extra_js/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/_mkdocs/extra_js/custom.js -------------------------------------------------------------------------------- /docs/_mkdocs/overrides/assets/stylesheets/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/_mkdocs/overrides/assets/stylesheets/main.css -------------------------------------------------------------------------------- /docs/_mkdocs/overrides/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/_mkdocs/overrides/home.html -------------------------------------------------------------------------------- /docs/_mkdocs/overrides/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/_mkdocs/overrides/main.html -------------------------------------------------------------------------------- /docs/_mkdocs/overrides/partials/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/_mkdocs/overrides/partials/footer.html -------------------------------------------------------------------------------- /docs/_mkdocs/snippets/abbr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/_mkdocs/snippets/abbr.txt -------------------------------------------------------------------------------- /docs/_mkdocs/snippets/links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/_mkdocs/snippets/links.txt -------------------------------------------------------------------------------- /docs/_mkdocs/snippets/refs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/_mkdocs/snippets/refs.txt -------------------------------------------------------------------------------- /docs/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/architecture.md -------------------------------------------------------------------------------- /docs/coldstaking/coldstake-cloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/coldstaking/coldstake-cloud.md -------------------------------------------------------------------------------- /docs/coldstaking/coldstake-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/coldstaking/coldstake-pool.md -------------------------------------------------------------------------------- /docs/coldstaking/coldstake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/coldstaking/coldstake.md -------------------------------------------------------------------------------- /docs/coldstaking/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/coldstaking/index.md -------------------------------------------------------------------------------- /docs/community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/community.md -------------------------------------------------------------------------------- /docs/contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/contribute.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/consensus-algorithms/dPos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/consensus-algorithms/dPos.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/dApps/nostr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/dApps/nostr.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/dApps/stratis.cirrus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/dApps/stratis.cirrus.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/dApps/taarafo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/dApps/taarafo.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/dApps/x42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/dApps/x42.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/data/architecture/strategy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/data/architecture/strategy.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/data/models/models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/data/models/models.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/data/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/data/readme.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/identity/elements-of-decentalization-medium.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/identity/elements-of-decentalization-medium.jpg -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/identity/elements-of-decentalization.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/identity/elements-of-decentalization.jpg -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/identity/keri-elements-medium.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/identity/keri-elements-medium.jpg -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/identity/keri-elements.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/identity/keri-elements.jpg -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/identity/keri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/identity/keri.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/identity/self-sovereign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/identity/self-sovereign.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/laws/gdpr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/laws/gdpr.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/reading-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/reading-list.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/research-and-design/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/research-and-design/readme.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/social-media-platforms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/social-media-platforms.md -------------------------------------------------------------------------------- /docs/decentralization/social-media/users-as-product.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/decentralization/social-media/users-as-product.jpg -------------------------------------------------------------------------------- /docs/development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/development.md -------------------------------------------------------------------------------- /docs/diagram/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/diagram/overview.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/diagram/overview.drawio -------------------------------------------------------------------------------- /docs/diagram/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/diagram/overview.png -------------------------------------------------------------------------------- /docs/diagram/overview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/diagram/overview.svg -------------------------------------------------------------------------------- /docs/example-projects/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/example-projects/index.md -------------------------------------------------------------------------------- /docs/example-projects/mithril-shards-example-dev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/example-projects/mithril-shards-example-dev.md -------------------------------------------------------------------------------- /docs/example-projects/mithril-shards-example-network-bedrock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/example-projects/mithril-shards-example-network-bedrock.md -------------------------------------------------------------------------------- /docs/example-projects/mithril-shards-example-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/example-projects/mithril-shards-example-node.md -------------------------------------------------------------------------------- /docs/example-projects/mithril-shards-example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/example-projects/mithril-shards-example.md -------------------------------------------------------------------------------- /docs/example-projects/running-example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/example-projects/running-example.md -------------------------------------------------------------------------------- /docs/explorer/dns.md: -------------------------------------------------------------------------------- 1 | # Indexer DNS 2 | 3 | TBD 4 | -------------------------------------------------------------------------------- /docs/explorer/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/explorer/index.md -------------------------------------------------------------------------------- /docs/explorer/indexer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/explorer/indexer.md -------------------------------------------------------------------------------- /docs/explorer/website.md: -------------------------------------------------------------------------------- 1 | # How to deploy an explorer 2 | 3 | TBD -------------------------------------------------------------------------------- /docs/extension/guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/guide.md -------------------------------------------------------------------------------- /docs/extension/help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/help.md -------------------------------------------------------------------------------- /docs/extension/img/blockcore-wallet-guide-01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/img/blockcore-wallet-guide-01.gif -------------------------------------------------------------------------------- /docs/extension/img/blockcore-wallet-guide-02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/img/blockcore-wallet-guide-02.gif -------------------------------------------------------------------------------- /docs/extension/img/blockcore-wallet-guide-03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/img/blockcore-wallet-guide-03.gif -------------------------------------------------------------------------------- /docs/extension/img/blockcore-wallet-guide-04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/img/blockcore-wallet-guide-04.gif -------------------------------------------------------------------------------- /docs/extension/img/blockcore-wallet-guide-05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/img/blockcore-wallet-guide-05.gif -------------------------------------------------------------------------------- /docs/extension/img/blockcore-wallet-guide-06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/img/blockcore-wallet-guide-06.gif -------------------------------------------------------------------------------- /docs/extension/img/blockcore-wallet-guide-clipboard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/img/blockcore-wallet-guide-clipboard.gif -------------------------------------------------------------------------------- /docs/extension/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/index.md -------------------------------------------------------------------------------- /docs/extension/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/extension/installation.md -------------------------------------------------------------------------------- /docs/faq/faq-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/faq/faq-deployment.md -------------------------------------------------------------------------------- /docs/faq/faq-general.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/faq/faq-general.md -------------------------------------------------------------------------------- /docs/faq/faq-integrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/faq/faq-integrations.md -------------------------------------------------------------------------------- /docs/faq/faq-synchronization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/faq/faq-synchronization.md -------------------------------------------------------------------------------- /docs/faq/faq-wallet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/faq/faq-wallet.md -------------------------------------------------------------------------------- /docs/faq/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/faq/index.md -------------------------------------------------------------------------------- /docs/img/blockcore-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/blockcore-explorer.png -------------------------------------------------------------------------------- /docs/img/blockcore-extension-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/blockcore-extension-folder.png -------------------------------------------------------------------------------- /docs/img/blockcore-extension-installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/blockcore-extension-installed.png -------------------------------------------------------------------------------- /docs/img/blockcore-extension-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/blockcore-extension-open.png -------------------------------------------------------------------------------- /docs/img/blockcore-extension-pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/blockcore-extension-pin.png -------------------------------------------------------------------------------- /docs/img/blockcore-extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/blockcore-extension.png -------------------------------------------------------------------------------- /docs/img/blockcore-indexer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/blockcore-indexer.png -------------------------------------------------------------------------------- /docs/img/blockcore-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/blockcore-node.png -------------------------------------------------------------------------------- /docs/img/blockcore-tipbot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/blockcore-tipbot.png -------------------------------------------------------------------------------- /docs/img/blockcorescreenshots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/blockcorescreenshots.png -------------------------------------------------------------------------------- /docs/img/brave-extensions-developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/brave-extensions-developer.png -------------------------------------------------------------------------------- /docs/img/brave-extensions-installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/brave-extensions-installed.png -------------------------------------------------------------------------------- /docs/img/brave-extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/brave-extensions.png -------------------------------------------------------------------------------- /docs/img/coldstake/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/1.png -------------------------------------------------------------------------------- /docs/img/coldstake/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/10.png -------------------------------------------------------------------------------- /docs/img/coldstake/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/11.png -------------------------------------------------------------------------------- /docs/img/coldstake/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/12.png -------------------------------------------------------------------------------- /docs/img/coldstake/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/13.png -------------------------------------------------------------------------------- /docs/img/coldstake/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/14.png -------------------------------------------------------------------------------- /docs/img/coldstake/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/15.png -------------------------------------------------------------------------------- /docs/img/coldstake/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/16.png -------------------------------------------------------------------------------- /docs/img/coldstake/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/17.png -------------------------------------------------------------------------------- /docs/img/coldstake/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/18.png -------------------------------------------------------------------------------- /docs/img/coldstake/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/19.png -------------------------------------------------------------------------------- /docs/img/coldstake/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/2.png -------------------------------------------------------------------------------- /docs/img/coldstake/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/20.png -------------------------------------------------------------------------------- /docs/img/coldstake/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/21.png -------------------------------------------------------------------------------- /docs/img/coldstake/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/22.png -------------------------------------------------------------------------------- /docs/img/coldstake/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/23.png -------------------------------------------------------------------------------- /docs/img/coldstake/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/24.png -------------------------------------------------------------------------------- /docs/img/coldstake/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/25.png -------------------------------------------------------------------------------- /docs/img/coldstake/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/26.png -------------------------------------------------------------------------------- /docs/img/coldstake/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/27.png -------------------------------------------------------------------------------- /docs/img/coldstake/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/28.png -------------------------------------------------------------------------------- /docs/img/coldstake/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/29.png -------------------------------------------------------------------------------- /docs/img/coldstake/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/3.png -------------------------------------------------------------------------------- /docs/img/coldstake/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/30.png -------------------------------------------------------------------------------- /docs/img/coldstake/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/31.png -------------------------------------------------------------------------------- /docs/img/coldstake/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/32.png -------------------------------------------------------------------------------- /docs/img/coldstake/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/33.png -------------------------------------------------------------------------------- /docs/img/coldstake/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/34.png -------------------------------------------------------------------------------- /docs/img/coldstake/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/35.png -------------------------------------------------------------------------------- /docs/img/coldstake/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/36.png -------------------------------------------------------------------------------- /docs/img/coldstake/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/37.png -------------------------------------------------------------------------------- /docs/img/coldstake/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/38.png -------------------------------------------------------------------------------- /docs/img/coldstake/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/39.png -------------------------------------------------------------------------------- /docs/img/coldstake/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/4.png -------------------------------------------------------------------------------- /docs/img/coldstake/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/40.png -------------------------------------------------------------------------------- /docs/img/coldstake/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/41.png -------------------------------------------------------------------------------- /docs/img/coldstake/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/42.png -------------------------------------------------------------------------------- /docs/img/coldstake/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/43.png -------------------------------------------------------------------------------- /docs/img/coldstake/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/44.png -------------------------------------------------------------------------------- /docs/img/coldstake/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/45.png -------------------------------------------------------------------------------- /docs/img/coldstake/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/46.png -------------------------------------------------------------------------------- /docs/img/coldstake/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/47.png -------------------------------------------------------------------------------- /docs/img/coldstake/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/48.png -------------------------------------------------------------------------------- /docs/img/coldstake/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/49.png -------------------------------------------------------------------------------- /docs/img/coldstake/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/5.png -------------------------------------------------------------------------------- /docs/img/coldstake/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/50.png -------------------------------------------------------------------------------- /docs/img/coldstake/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/51.png -------------------------------------------------------------------------------- /docs/img/coldstake/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/52.png -------------------------------------------------------------------------------- /docs/img/coldstake/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/53.png -------------------------------------------------------------------------------- /docs/img/coldstake/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/6.png -------------------------------------------------------------------------------- /docs/img/coldstake/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/7.png -------------------------------------------------------------------------------- /docs/img/coldstake/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/8.png -------------------------------------------------------------------------------- /docs/img/coldstake/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/coldstake/9.png -------------------------------------------------------------------------------- /docs/img/dockerhub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/dockerhub.png -------------------------------------------------------------------------------- /docs/img/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/github.png -------------------------------------------------------------------------------- /docs/img/illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/illustration.png -------------------------------------------------------------------------------- /docs/img/image-20210323114518695.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/image-20210323114518695.png -------------------------------------------------------------------------------- /docs/img/image-20210323144656256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/image-20210323144656256.png -------------------------------------------------------------------------------- /docs/img/image-20210326120313808.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/image-20210326120313808.png -------------------------------------------------------------------------------- /docs/img/image-20210327205530223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/image-20210327205530223.png -------------------------------------------------------------------------------- /docs/img/image-20210331150929890.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/image-20210331150929890.png -------------------------------------------------------------------------------- /docs/img/image-20210331175542234.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/image-20210331175542234.png -------------------------------------------------------------------------------- /docs/img/image-20210331180409700.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/image-20210331180409700.png -------------------------------------------------------------------------------- /docs/img/image-20210331180535114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/image-20210331180535114.png -------------------------------------------------------------------------------- /docs/img/image-20210408173551787.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/image-20210408173551787.png -------------------------------------------------------------------------------- /docs/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/logo.png -------------------------------------------------------------------------------- /docs/img/node-startup-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/node-startup-log.png -------------------------------------------------------------------------------- /docs/img/openapiauth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/openapiauth.png -------------------------------------------------------------------------------- /docs/img/payloadcodemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/payloadcodemap.png -------------------------------------------------------------------------------- /docs/img/payloadfeaturescodemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/payloadfeaturescodemap.png -------------------------------------------------------------------------------- /docs/img/telegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/telegram.png -------------------------------------------------------------------------------- /docs/img/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/img/twitter.png -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/introduction.md -------------------------------------------------------------------------------- /docs/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/links.md -------------------------------------------------------------------------------- /docs/node/api/apiauthentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/api/apiauthentication.md -------------------------------------------------------------------------------- /docs/node/api/apiauthorization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/api/apiauthorization.md -------------------------------------------------------------------------------- /docs/node/api/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/api/index.md -------------------------------------------------------------------------------- /docs/node/features/airdrop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/features/airdrop.md -------------------------------------------------------------------------------- /docs/node/features/blockexplorer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/features/blockexplorer.md -------------------------------------------------------------------------------- /docs/node/features/blockstore.md: -------------------------------------------------------------------------------- 1 | # FeaturesBlockstore -------------------------------------------------------------------------------- /docs/node/features/coldstaking.md: -------------------------------------------------------------------------------- 1 | # FeaturesColdStaking -------------------------------------------------------------------------------- /docs/node/features/consensus.md: -------------------------------------------------------------------------------- 1 | # FeaturesConsensus -------------------------------------------------------------------------------- /docs/node/features/diagnostics.md: -------------------------------------------------------------------------------- 1 | # FeaturesDiagnostics -------------------------------------------------------------------------------- /docs/node/features/dns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/features/dns.md -------------------------------------------------------------------------------- /docs/node/features/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/features/index.md -------------------------------------------------------------------------------- /docs/node/features/memorypool.md: -------------------------------------------------------------------------------- 1 | # FeaturesMemoryPool -------------------------------------------------------------------------------- /docs/node/features/miner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/features/miner.md -------------------------------------------------------------------------------- /docs/node/features/nodehost.md: -------------------------------------------------------------------------------- 1 | # FeaturesNodeHost -------------------------------------------------------------------------------- /docs/node/features/notifications.md: -------------------------------------------------------------------------------- 1 | # FeaturesNotifications -------------------------------------------------------------------------------- /docs/node/features/poa.md: -------------------------------------------------------------------------------- 1 | # FeaturesPoA -------------------------------------------------------------------------------- /docs/node/features/rpc.md: -------------------------------------------------------------------------------- 1 | # FeaturesRPC -------------------------------------------------------------------------------- /docs/node/features/storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/features/storage.md -------------------------------------------------------------------------------- /docs/node/features/wallet.md: -------------------------------------------------------------------------------- 1 | # FeaturesWallet -------------------------------------------------------------------------------- /docs/node/features/walletnotify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/features/walletnotify.md -------------------------------------------------------------------------------- /docs/node/features/walletwatchonly.md: -------------------------------------------------------------------------------- 1 | # FeaturesWalletWatchOnly -------------------------------------------------------------------------------- /docs/node/p2p/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/p2p/index.md -------------------------------------------------------------------------------- /docs/node/p2p/payloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/node/p2p/payloads.md -------------------------------------------------------------------------------- /docs/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/overview.md -------------------------------------------------------------------------------- /docs/referencenodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/referencenodes.md -------------------------------------------------------------------------------- /docs/release-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/release-process.md -------------------------------------------------------------------------------- /docs/securityissues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/securityissues.md -------------------------------------------------------------------------------- /docs/signingcommits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/signingcommits.md -------------------------------------------------------------------------------- /docs/support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/support.md -------------------------------------------------------------------------------- /docs/usecases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/usecases.md -------------------------------------------------------------------------------- /docs/walkthrough.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/docs/walkthrough.md -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/block-core/documentation/HEAD/mkdocs.yml --------------------------------------------------------------------------------