diff --git a/README.md b/README.md index baae110..74854c4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/Screenshot_kohola_2024-01-01_1.png b/docs/Screenshot_kohola_2024-01-01_1.png new file mode 100644 index 0000000..b9c7e6f Binary files /dev/null and b/docs/Screenshot_kohola_2024-01-01_1.png differ diff --git a/docs/Screenshot_kohola_2024-01-01_2.png b/docs/Screenshot_kohola_2024-01-01_2.png new file mode 100644 index 0000000..2e72d69 Binary files /dev/null and b/docs/Screenshot_kohola_2024-01-01_2.png differ diff --git a/docs/Screenshot_kohola_2024-01-01_3.png b/docs/Screenshot_kohola_2024-01-01_3.png new file mode 100644 index 0000000..fcee8b1 Binary files /dev/null and b/docs/Screenshot_kohola_2024-01-01_3.png differ