1 Star 0 Fork 0

clarks/polygon-sdk-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sidebars.js 3.20 KB
一键复制 编辑 原始数据 按行查看 历史
Miloš Živković 提交于 2021-12-20 12:50 . PoS / PoA docs (#37)
module.exports = {
develop: [
'overview',
{
type: 'category',
label: 'Get started',
items: [
'get-started/set-up-ibft-locally',
'get-started/set-up-ibft-on-the-cloud',
'get-started/cli-commands',
]
},
{
type: 'category',
label: 'Configuration',
items: [
'configuration/manage-private-keys',
'configuration/set-up-hashicorp-vault',
'configuration/enable-metrics',
]
},
{
type: 'category',
label: 'Working with a node',
items: [
'working-with-node/query-json-rpc',
'working-with-node/query-operator-info',
'working-with-node/backup-restore',
]
},
{
type: 'category',
label: 'Consensus',
items: [
'consensus/poa',
'consensus/pos-concepts',
'consensus/pos-stake-unstake'
]
},
{
type: 'category',
label: 'Additional features',
items: [
{
type: 'category',
label: 'Chainbridge',
items: [
'additional-features/chainbridge/overview',
'additional-features/chainbridge/requirements',
'additional-features/chainbridge/deploy-contracts',
'additional-features/chainbridge/setup-relayer',
'additional-features/chainbridge/setup-erc20-transfer',
'additional-features/chainbridge/setup-erc721-transfer',
'additional-features/chainbridge/roles-in-bridge'
]
},
'additional-features/stress-testing',
]
},
{
type: 'category',
label: 'Architecture',
items: [
'architecture/overview',
{
type: 'category',
label: 'Modules',
items: [
'architecture/modules/blockchain',
'architecture/modules/minimal',
'architecture/modules/networking',
'architecture/modules/state',
'architecture/modules/txpool',
'architecture/modules/json-rpc',
'architecture/modules/consensus',
'architecture/modules/storage',
'architecture/modules/types',
'architecture/modules/other-modules'
]
}
]
},
{
type: 'category',
label: 'Concepts',
items: [
'concepts/ethereum-state'
]
},
{
type: 'category',
label: 'Community',
items: [
'community/propose-new-feature',
'community/report-bug'
]
},
]
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/clarks_nj/polygon-sdk-docs.git
git@gitee.com:clarks_nj/polygon-sdk-docs.git
clarks_nj
polygon-sdk-docs
polygon-sdk-docs
main

搜索帮助