Skip to content

Commit 47f45dc

Browse files
committed
update README.md
1 parent 0855ecf commit 47f45dc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,19 @@ devd query debug_traceTransaction [0xHash] [--tracer callTracer] [--rpc http://l
7676
#### Send EVM transaction
7777

7878
```bash
79-
devd tx send [to] [amount] [--rpc http://localhost:8545]
79+
# Transfer native coin
80+
devd tx send [to] [amount]
81+
# Transfer ERC-20 token
82+
devd tx send [to] [amount] [--erc20 contract_address]
83+
```
84+
85+
#### Deploy EVM contract
86+
87+
```bash
88+
# Deploy contract with deployment bytecode
89+
devd tx deploy-contract [deployment bytecode]
90+
# Deploy ERC-20 contract with pre-defined bytecode
91+
devd tx deploy-contract erc20
8092
```
8193

8294
### Convert tools

0 commit comments

Comments
 (0)