forc-wallet
forc-wallet copied to clipboard
A forc plugin for managing Fuel wallets.
Not sure if it's intentional, but the commands below are accepting empty passwords. `forc wallet new` `forc wallet account new` Can quickly patch this if required.
> `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input | Details | | | ------------------- | ---------------------------------------------- | | Package | `rustls` | | Version | `0.19.1`...
Add examples that run on the CI similar to https://github.com/FuelLabs/sway/issues/5374 for `forc wallet`
After creating a new account and getting funds from the beta-4 faucet the balance on my account 0.5 ETH. Running the command ```bash forc wallet account 0 balance ``` The...
At the request of @luizstacio moved this issue here. Original was here https://github.com/FuelLabs/fuels-wallet/issues/1092 ### What version of Wallet are you using? 0.4.3 ### What is happening? With the CLI wallet,...
https://github.com/FuelLabs/fuels-rs/issues/1289 The above issue on the Rust SDK led me to discover that we provide `eth_keystore::encrypt_key` with a mnemonic to be used as pk here: https://github.com/FuelLabs/forc-wallet/blob/4d5fa8b1214df6bcad9b31dbef571a67af70da8f/src/utils.rs#L129 which leads to variable...
Add the ability to view the transaction history. Example implementation `forc wallet account 0 transactions` Example output: ``` Please enter your wallet password to verify account 0: Connecting to https://beta-5.fuel.network/...
> ansi_term is Unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `ansi_term` | | Version | `0.12.1` | | URL...
## Summary Extending `account` command to support displaying payment for QR code for a given index of the account in terminal, so that we can pay to this account conveniently...
It is a draft pull request to track breaking changes from the `fuel-core` and run CI before releasing a new version. This pull request is used as a base for...