Update readme.md

This commit is contained in:
xxq250 2024-07-16 17:33:32 +08:00
parent 7d96b259e1
commit 534a9f0a00
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- 在go的src目录下运行 `git clone https://github.com/sulenn/trustie-fisco-bcos.git`
- 加入FISCO BCOS链的证书证书位于~/fisco/nodes/127.0.0.1/sdk目录下拷贝文件`ca.crt, sdk.crt, sdk.key`到trustie-fisco-bcos项目的根目录
- 修改config.toml文件的NodeURL为部署的IP地址
- bash console/get_account.sh
- go run contract/deploy_call/deploy/deploy.go 生成合约地址
- contract/flag.go 中修改ContractAddress
- 修改trustie-fisco-bcos/main.go的监听接口