Skip to content

Commit

Permalink
Update README.md of tx_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan authored Jun 8, 2023
1 parent 6dea054 commit ed1636d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions peripherals/tx_wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ Create a .env file:
# one or more EOS_RPC endpoints, separated by '|'
EOS_RPC="http://127.0.0.1:8888|http://192.168.1.1:8888"
EOS_KEY="5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"
# the listening IP & port of this service
HOST="127.0.0.1"
PORT="3335"
HOST="0.0.0.0"
PORT="18888"
EOS_EVM_ACCOUNT="evmevmevmevm"
EOS_SENDER="a123"
EOS_PERMISSION="active"
EXPIRE_SEC=60
```

Then
```
node index.js
Expand Down

0 comments on commit ed1636d

Please sign in to comment.