Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dyng committed Feb 26, 2023
1 parent 86c8014 commit 89d88e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Ramen is a good-old terminal UI to interact with [Ethereum Network](https://ethe
- [x] View an account's type, balance and transaction history.
- [x] View transaction details, including sender/receiver address, value, input data, gas usage and timestamp.
- [x] Decode transaction input data and display it in a human-readable format.
- [x] Call contract functions.
- [x] Import private key for transfer and calling of [non-constant](https://docs.ethers.org/v4/api-contract.html) functions.
- [ ] View contract's [ABI](https://docs.soliditylang.org/en/v0.8.13/abi-spec.html), source code, and storage.
- [x] Keep syncing with network to retrieve latest blocks and transactions.
Expand Down

0 comments on commit 89d88e8

Please sign in to comment.