Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
sidecar
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • JIRA
    • JIRA
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • link33
  • sidecar
  • Wiki
  • Chain33插件配置

Chain33插件配置

Last edited by harrylee2015 Dec 15, 2021
Page history

Chain33插件配置

  • chain33跨链插件编译
git clone  https://gitlab.33.cn/link33/sidecar-client-chain33

cd  sidecar-client-chain33

make  
  • 将插件及配置拷贝到plugins
//装到sidecar-client-chain33项目路径下

mkdir -p $SIDECAR_PATH/plugins/chain33

cp  ./build/chain33-client   $SIDECAR_PATH/plugins/
cp ./config     $SIDECAR_PATH/plugins/chain33
  • 修改chain33.toml配置
vim $SIDECAR_PATH/plugins/chain33/chain33.toml


[chain33]
#chain33 json rpc服务地址
addr = "http://localhost:8901"
event_filter = "EmitInterchainEvent"
ccid = "broker"
#跨链交易签名私钥
private_key= "cc38546e9e659d15e6b4893f0ab32a06d103931a8230b0bde71459d2b27d6944"
timeout_height = 10

至此,chain33跨链插件配置完成

Clone repository
  • Chain33中broker合约的初始化及使用
  • Chain33开发环境搭建
  • Chain33插件配置
  • Fabric 1.4环境搭建
  • Fabric中跨链合约部署及使用
  • Fabric插件配置
  • Sidecar使用文档
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.