Skip to content

Commit

Permalink
Update 搭建自己的Dapp开发环境.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tjchern authored Aug 29, 2018
1 parent 04cc9d3 commit 192e2ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 中文文档/虚拟机/搭建自己的Dapp开发环境.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Version 0.1

Witness私钥:da146374a75310b9666e834ee4ad0866d6f4035967bfc76217c5a495fff9f0d0

注意:如果要支持constant的请求,需要在配置文件config.conf中填写:supportConstant = true,默认是false。
```
vm = {
supportConstant = true
minTimeRatio = 0.6
maxTimeRatio = 5.0
}
```
另外两项,minTimeRatio是指接受到超时的智能合约交易时,验证合约时设定的超时时间;maxTimeRatio是指接受到未超时的智能合约交易时,验证合约时设定的超时时间。

### 钱包客户端

wallet-cli是波场网络的命令行钱包,开发者可以使用wallet-cli在主网上进行合约的部署和发布,以及其他相关的操作。
Expand Down

0 comments on commit 192e2ae

Please sign in to comment.