Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add glueby command line interface gluey-cli #154

Open
rantan opened this issue Aug 9, 2022 · 0 comments
Open

Add glueby command line interface gluey-cli #154

rantan opened this issue Aug 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@rantan
Copy link
Contributor

rantan commented Aug 9, 2022

It is hard to use glueby for small things like try issuing colored coin or creating timestamp tx because of setting up the wallet.
If we can start to use glueby just like one command line utility like below

 $ glueby-cli -rpchost=127.0.0.1 -rpcport=12381 -rpcuser=user -rpcpassword=password 
 glueby-cli:001:0> wallet = Glueby::Wallet.create
 glueby-cli:002:0> Glueby::Contract::Payment.transfer(sender: wallet, receiver_address: 'mqYT....', amount: 1_000_000)

There is some point that needs consideration.

  1. What wallet adapter should we use? It means how we store wallets in disks.
  2. Run Ruby files on the glueby-cli environment.
@rantan rantan added the enhancement New feature or request label Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant