Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsuryansh authored Jul 5, 2023
1 parent 6e6412f commit 3a81a1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ go run main.go

This client fetches the borrowIndex of the Compound's cUSDT token of the latest block and posts it as a vote to the Cosmos blockchain using the SubmitEthereumState function. You can then query the state with the highest vote.

### Using CLI
```
For validator voting,
EVMStoreChaind tx evmstorechain submit-ethereum-state [blocknumber] [state] --from alice
For querying
EVMStoreChaind q evmstorechain show-blockstoragestate [blocknumber]
```



Expand Down

0 comments on commit 3a81a1f

Please sign in to comment.