Skip to content

Commit

Permalink
Merge pull request #356 from peterzen/readme-update
Browse files Browse the repository at this point in the history
Add screenshots
  • Loading branch information
peterzen authored Jan 1, 2024
2 parents aefb0dd + 574c2dd commit 66b8107
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,27 @@

## Features

![Accounts overview](docs/Screenshot_kohola_2024-01-01_2.png)
### Coin control

### Security and privacy

Kohola protects connection credentials (RPC certificate) and all other connection information by storing its configuration in encrypted form (using AES). This is optional, but highly recommended, along with a choosing a long, strong passphrase. The passphrase is prompted when the application is started.

### Solo staking, governance

![Accounts overview](docs/Screenshot_kohola_2024-01-01_1.png)


### UTXO and transaction metadata

Unspent transaction outputs (spendable coins) can be labelled individually in order to keep tabs on the observers associated with a transaction.

### Market overview

![Accounts overview](docs/Screenshot_kohola_2024-01-01_3.png)


## Implementation

Kohola is a hybrid, cross platform application. Its core that interacts with `dcrwallet` via gRPC is coded in Golang, while the user interface frontend is implemented in TypeScript, using the React and Redux frameworks. The frontend and the backend communicate over a JSON RPC interface.
Expand Down
Binary file added docs/Screenshot_kohola_2024-01-01_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screenshot_kohola_2024-01-01_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screenshot_kohola_2024-01-01_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66b8107

Please sign in to comment.