Giter Club home page Giter Club logo

evm-lite-client's People

Contributors

arrivets avatar danuio avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

evm-lite-client's Issues

Allow setting location of configuration file

The program reads the config file from ~/.evmlc, which is a good default value, but it should be configurable.

  • Allow setting location of configuration file via a CLI flag.
  • In config command, indicate where the config is read from.

Display amounts

better display for large numbers.

ex current output:
5 | 0x01f1b35226737AF30129AA84735A96b765986526 | 1.3370000000000000005e+21 | 0 |

Password Management

Need accounts to be encrypted and decrypted with different passwords rather than a single password file.

  • Command accounts create should prompt for password by default unless or otherwise -p, --passsword flag is provided. [COMPLETED]
  • Command transfer should also prompt for password by default when trying to transfer from an account.
  • New command accounts update <address> should allow users to update password for an account if the previous password is known.

Info command

Add command to call /info endpoint.
Use -f formatting flag (similar to accounts)

Explanations in README and CLI descriptions

It would be good to document what the commands do in the README.

A simple walkthrough of classic scenario would be useful:

  • Configure host address
  • Where to put keys, how to create keys - chance to introduce interactive mode
  • Get accounts - what does it do behind the scenes
  • Transfer
  • Get account

Also update descriptions in the actual CLI.
More meaningful descriptions.
shortcuts

Track transfer transaction

The transfer command says transferred at the end.
What it should really say is: transaction submitted or something like that.
We would need to track the transaction receipt to see if the transfer actually went through.
On way to do it would be to save the resulting txhash (with a description, timestamp...) in a special file, and implement a receipt command to query receipts by transaction hash.
So as a user, I could look up all the transactions that I have submitted so far (looking at the file) and call the
receipt command to check how/if it was executed.

Local and Remote accounts

Separate command (or flag) for accounts list to fetch local or remote accounts.
ex: accounts list local and accounts list remote

Commands are slow

Some commands are suspiciously slow.
ex: globals, config, and even help
Is the program systematically trying to connect to the node even when it is not necessary?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.