Hyperledger Fabric 2.5 中文文档host strings. IPv6 address notation is also supported, for example ::1, [::1]:1222, user@2001:db8::1 or user@[2001:db8::1]:1222. Square brackets are necessary only to separate the address from the port number brackets in some shells. 注解 The user/hostname split occurs at the last @ found, so e.g. email address usernames are valid and will be parsed correctly. During execution, Fabric normalizes the host strings computer (DNS name or IP address) to connect to; the default is localhost (that is, the same computer Fabric is running on). remote_bind_address (optional) is the remote IP address to bind to for listening0 码力 | 138 页 | 154.00 KB | 1 年前3
Hyperledger Fabric 1.4 中文文档host strings. IPv6 address notation is also supported, for example ::1, [::1]:1222, user@2001:db8::1 or user@[2001:db8::1]:1222. Square brackets are necessary only to separate the address from the port number brackets in some shells. 注解 The user/hostname split occurs at the last @ found, so e.g. email address usernames are valid and will be parsed correctly. During execution, Fabric normalizes the host strings computer (DNS name or IP address) to connect to; the default is localhost (that is, the same computer Fabric is running on). remote_bind_address (optional) is the remote IP address to bind to for listening0 码力 | 145 页 | 161.53 KB | 1 年前3
FISCO BCOS 2.1.0 中文文档set(string n) { name = n; } } # 在控制台输入以下指令 部署成功则返回合约地址 [group:1]> deploy HelloWorld contract address:0xb3c223fc0bf6646959f254ac4e4a7e355b50a344 # 查看当前块高 [group:1]> getBlockNumber 1 # 调用get接口获取name变量 /gradlew build # 进入dist目录 $ cd dist $ bash asset_run.sh deploy Deploy Asset succesfully, contract address is 0xd09ad04220e40bb8666e885730c8c460091a4775 $ bash asset_run.sh register Alice 100000 Register ===== ================ [group:1]> # ... 向group1发交易... $ [group:1]> deploy HelloWorld contract address:0x8c17cf316c1063ab6c89df875e96c9f0f5b2f744 # 查看group1当前块高,块高增加为1表明出块正常,否则请检查group1是否共识正常 $ [group:1]>0 码力 | 1058 页 | 740.85 KB | 1 年前3
FISCO BCOS 2.3.0 中文文档set(string n) { name = n; } } # 在控制台输入以下指令 部署成功则返回合约地址 [group:1]> deploy HelloWorld contract address:0xb3c223fc0bf6646959f254ac4e4a7e355b50a344 # 查看当前块高 [group:1]> getBlockNumber 1 # 调用get接口获取name变量 /gradlew build # 进入dist目录 $ cd dist $ bash asset_run.sh deploy Deploy Asset successfully, contract address is 0xd09ad04220e40bb8666e885730c8c460091a4775 $ bash asset_run.sh register Alice 100000 Register ====== ================ [group:1]> # ... 向group1发交易... $ [group:1]> deploy HelloWorld contract address:0x8c17cf316c1063ab6c89df875e96c9f0f5b2f744 # 查看group1当前块高,块高增加为1表明出块正常,否则请检查group1是否共识正常 $ [group:1]>0 码力 | 1227 页 | 10.79 MB | 1 年前3
FISCO BCOS 2.2.0 中文文档set(string n) { name = n; } } # 在控制台输入以下指令 部署成功则返回合约地址 [group:1]> deploy HelloWorld contract address:0xb3c223fc0bf6646959f254ac4e4a7e355b50a344 # 查看当前块高 [group:1]> getBlockNumber 1 # 调用get接口获取name变量 /gradlew build # 进入dist目录 $ cd dist $ bash asset_run.sh deploy Deploy Asset succesfully, contract address is 0xd09ad04220e40bb8666e885730c8c460091a4775 $ bash asset_run.sh register Alice 100000 Register ===== ================ [group:1]> # ... 向group1发交易... $ [group:1]> deploy HelloWorld contract address:0x8c17cf316c1063ab6c89df875e96c9f0f5b2f744 # 查看group1当前块高,块高增加为1表明出块正常,否则请检查group1是否共识正常 $ [group:1]>0 码力 | 1156 页 | 10.03 MB | 1 年前3
FISCO BCOS 2.4.0 中文文档set(string n) { name = n; } } # 在控制台输入以下指令 部署成功则返回合约地址 [group:1]> deploy HelloWorld contract address:0xb3c223fc0bf6646959f254ac4e4a7e355b50a344 # 查看当前块高 [group:1]> getBlockNumber 1 # 调用get接口获取name变量 /gradlew build # 进入dist目录 $ cd dist $ bash asset_run.sh deploy Deploy Asset successfully, contract address is 0xd09ad04220e40bb8666e885730c8c460091a4775 $ bash asset_run.sh register Alice 100000 Register ====== ================ [group:1]> # ... 向group1发交易... $ [group:1]> deploy HelloWorld contract address:0x8c17cf316c1063ab6c89df875e96c9f0f5b2f744 # 查看group1当前块高,块高增加为1表明出块正常,否则请检查group1是否共识正常 $ [group:1]>0 码力 | 1314 页 | 11.21 MB | 1 年前3
FISCO BCOS 2.5.0 中文文档set(string n) { name = n; } } # 在控制台输入以下指令 部署成功则返回合约地址 [group:1]> deploy HelloWorld contract address:0xb3c223fc0bf6646959f254ac4e4a7e355b50a344 # 查看当前块高 [group:1]> getBlockNumber 1 # 调用get接口获取name变量 /gradlew build # 进入dist目录 $ cd dist $ bash asset_run.sh deploy Deploy Asset successfully, contract address is 0xd09ad04220e40bb8666e885730c8c460091a4775 $ bash asset_run.sh register Alice 100000 Register can check accessible addresses of your network card. ; Please see https://tecadmin.net/check-ip-address-ubuntu-18-04- desktop/ ; for more instructions. rpc_ip=127.0.0.1 p2p_listen_port=30300 channel_listen_port=202000 码力 | 1456 页 | 13.35 MB | 1 年前3
FISCO BCOS 2.6.0 中文文档HelloWorld transaction hash: 0xd0305411e36d2ca9c1a4df93e761c820f0a464367b8feb9e3fa40b0f68eb23fa contract address:0xb3c223fc0bf6646959f254ac4e4a7e355b50a344 # 查看当前块高 [group:1]> getBlockNumber 1 # 调用get接口获取name变量 /gradlew build # 进入dist目录 $ cd dist $ bash asset_run.sh deploy Deploy Asset successfully, contract address is 0xd09ad04220e40bb8666e885730c8c460091a4775 $ bash asset_run.sh register Alice 100000 Register can check accessible addresses of your network card. ; Please see https://tecadmin.net/check-ip-address-ubuntu-18-04- desktop/ ; for more instructions. rpc_ip=127.0.0.1 p2p_listen_port=30300 channel_listen_port=202000 码力 | 2383 页 | 18.83 MB | 1 年前3
FISCO BCOS 2.9.0 中文文档ockNumberAndRange和 getBatchReceiptsByBlockHashAndRange 添加getNodeInfo接口,返回节点订阅的topics信息 Table合约增加address类型的EQ condition查询 更改 MySQL存储模式支持MySQL 8.0 重构交易和区块相关的RPC接口,返回交易和区块的所有字段内容 交易推送的回执中带有交易执行结果的报错信息 P2P模块添加读写idle检查的逻辑 HelloWorld transaction hash: 0xd0305411e36d2ca9c1a4df93e761c820f0a464367b8feb9e3fa40b0f68eb23fa contract address:0xb3c223fc0bf6646959f254ac4e4a7e355b50a344 # 查看当前块高 [group:1]> getBlockNumber 1 # 调用get接口获取name变量 getCryptoSuite().setCryptoKeyPair(cryptoKeyPair); logger.debug("create client for group1, account address is " + cryptoKeyPair.getAddress()); // 部署合约 Asset asset = Asset.deploy(client, cryptoKeyPair);0 码力 | 2649 页 | 201.08 MB | 1 年前3
FISCO BCOS 2.9.0 中文文档ockNumberAndRange和 getBatchReceiptsByBlockHashAndRange 添加getNodeInfo接口,返回节点订阅的topics信息 Table合约增加address类型的EQ condition查询 更改 MySQL存储模式支持MySQL 8.0 重构交易和区块相关的RPC接口,返回交易和区块的所有字段内容 交易推送的回执中带有交易执行结果的报错信息 P2P模块添加读写idle检查的逻辑 HelloWorld transaction hash: 0xd0305411e36d2ca9c1a4df93e761c820f0a464367b8feb9e3fa40b0f68eb23fa contract address:0xb3c223fc0bf6646959f254ac4e4a7e355b50a344 # 查看当前块高 [group:1]> getBlockNumber 1 # 调用get接口获取name变量 getCryptoSuite().setCryptoKeyPair(cryptoKeyPair); logger.debug("create client for group1, account address is " + cryptoKeyPair.getAddress()); // 部署合约 Asset asset = Asset.deploy(client, cryptoKeyPair);0 码力 | 2649 页 | 201.08 MB | 1 年前3
共 74 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













