Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Jun 8, 2023
1 parent ed1636d commit 8db8414
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion peripherals/tx_wrapper/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# evm_poc_tx_wrapper

## Prerequisite
You need to have a miner account (for example: a123) with enough CPU & NET resource. Then open the evm account balance
```
./cleos push action eosio.evm open '{"owner":"a123"}' -p a123
```

## Build
```
yarn
Expand All @@ -15,9 +21,16 @@ EOS_RPC="http://127.0.0.1:8888|http://192.168.1.1:8888"
EOS_KEY="5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"
HOST="0.0.0.0"
PORT="18888"
EOS_EVM_ACCOUNT="evmevmevmevm"
# the evm contract account, eosio.evm for testnet & mainnet.
EOS_EVM_ACCOUNT="eosio.evm"
# the miner account
EOS_SENDER="a123"
# the miner's permission to use
EOS_PERMISSION="active"
EXPIRE_SEC=60
```

Expand Down

0 comments on commit 8db8414

Please sign in to comment.