Skip to content

Commit

Permalink
make gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed Jan 12, 2023
1 parent 008d04f commit c61edd1
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions documentation/en/cli-lotus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2090,8 +2090,6 @@ COMMANDS:
encode encode various types
disputer interact with the window post disputer
prune prune the stored chain state and perform garbage collection
deploy Deploy an EVM smart contract and return its address
invoke Invoke an EVM smart contract using the specified CALLDATA
help, h Shows a list of commands or help for one command
OPTIONS:
Expand Down Expand Up @@ -2432,34 +2430,6 @@ OPTIONS:
```

### lotus chain deploy
```
NAME:
lotus chain deploy - Deploy an EVM smart contract and return its address
USAGE:
lotus chain deploy [command options] contract
OPTIONS:
--from value optionally specify the account to use for sending the creation message
--hex use when input contract is in hex (default: false)
```

### lotus chain invoke
```
NAME:
lotus chain invoke - Invoke an EVM smart contract using the specified CALLDATA
USAGE:
lotus chain invoke [command options] address calldata
OPTIONS:
--from value optionally specify the account to use for sending the exec message
--value value optionally specify the value to be sent with the invokation message (default: 0)
```

## lotus log
```
NAME:
Expand Down

0 comments on commit c61edd1

Please sign in to comment.