Commit 43b78962 authored by suyanlong's avatar suyanlong

Update readme.md

parent 7968566c
...@@ -64,6 +64,7 @@ GLOBAL OPTIONS: ...@@ -64,6 +64,7 @@ GLOBAL OPTIONS:
### 2. 授权 ### 2. 授权
* 使用manage合约通过Modify命令,授权给A,使其能够执行evmxgo合约。 * 使用manage合约通过Modify命令,授权给A,使其能够执行evmxgo合约。
* 这里的,"key":evmxgo-mint-map-***。'***'为监听的token
```json ```json
{ {
"jsonrpc": "2.0", "jsonrpc": "2.0",
...@@ -101,6 +102,8 @@ height_diff = 1 #联盟链修改为1,第一次运行时初始化,以后不 ...@@ -101,6 +102,8 @@ height_diff = 1 #联盟链修改为1,第一次运行时初始化,以后不
fee = 100000 fee = 100000
#被监听链ID #被监听链ID
chain_id = 0 #联盟链chainID chain_id = 0 #联盟链chainID
step = 10 #同步步长
symbol = "BTY" #监听的token
``` ```
## 配置paracross相关 ## 配置paracross相关
...@@ -129,6 +132,8 @@ height_diff = 6 #主链修改为6,第一次运行时初始化,以后不要 ...@@ -129,6 +132,8 @@ height_diff = 6 #主链修改为6,第一次运行时初始化,以后不要
fee = 100000 fee = 100000
#被监听链ID #被监听链ID
chain_id = 0 #主链chainID chain_id = 0 #主链chainID
step = 10 #同步步长
symbol = "BTY" #监听的token
``` ```
## 配置sidecar相关。 ## 配置sidecar相关。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment