We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba934f commit 8c0dd78Copy full SHA for 8c0dd78
CHANGELOG.md
@@ -50,6 +50,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
should have on the ledger. Also, document the different types of transactions
51
that can be used to modify the ledger
52
([#1541](https://github.com/o1-labs/mina-rust/pull/1541))
53
+- **CLI**: introduce a subcommand `wallet` to be able to send transactions, get
54
+ the public key and address from the secret key, get balance and generate
55
+ wallets from the CLI. End-to-end tests are added in the CI and a new target
56
+ `make test-wallet` has been added. This focuses on basic payments
57
+ ([#1543](https://github.com/o1-labs/mina-rust/pull/1543))
58
59
### Changed
60
0 commit comments