rand-chain / rust-randchain

(WIP) Official implementation of the RandChain protocol
GNU General Public License v3.0
1 stars 0 forks source link

keys: account management #155

Closed SebastianElvis closed 3 years ago

SebastianElvis commented 3 years ago

Fixes

Fixes #151

Description

This PR implements a basic version of key management functionality, namely the subcommand randchain account.

Technical details

randchain help account

Tests

Screenshots

Checklist

- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`). - [ ] My commit messages follow [best practices]([best_practices](https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53)). - [ ] My code follows the established code style of the repository. - [ ] I added tests for the changes I made (if applicable). - [ ] I added or updated documentation (if applicable). - [ ] I tried running the project locally and verified that there are no visible errors.