Skip to content

Commit

Permalink
Update creating-wallet-faucet.md
Browse files Browse the repository at this point in the history
changed to "..is an example of a.." based on @rdlrt suggestion
  • Loading branch information
katomm authored Jul 27, 2023
1 parent aaad408 commit 825066d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrate-cardano/creating-wallet-faucet.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ So you installed your `cardano-node` and got it running, you probably even tried

First we have to look at the applications we can use to create wallets.

- [Daedalus](https://daedaluswallet.io/) : **Daedalus Wallet** is a **Cardano** full-node wallet, which is a [GUI (Graphical User Interface)](https://en.wikipedia.org/wiki/Graphical_user_interface) application for the Desktop (**Linux**, **MacOS**, **Windows**). That means that users will get to use a nice UI (User Interface), buttons and layout to interact with the **Cardano** blockchain.
- [Daedalus](https://daedaluswallet.io/) : **Daedalus Wallet** is an example of a **Cardano** full-node wallet, which is a [GUI (Graphical User Interface)](https://en.wikipedia.org/wiki/Graphical_user_interface) application for the Desktop (**Linux**, **MacOS**, **Windows**). That means that users will get to use a nice UI (User Interface), buttons and layout to interact with the **Cardano** blockchain.

A full-node wallet basically means that it has to synchronize and download the blockchain first before users are able to send transactions and interact with the wallet.

It is open-source mainly being developed by [InputOutputGlobal](https://iohk.io/), the development company behind the **Cardano** protocol and also one of the three foundational entities of the **Cardano** project.

- [Yoroi](https://yoroi-wallet.com/#/) : **Yoroi Wallet** is a **Cardano** light-wallet, It is available as a **mobile application** and as a **browser extension**.
- [Yoroi](https://yoroi-wallet.com/#/) : **Yoroi Wallet** is an example of a **Cardano** light-wallet, It is available as a **mobile application** and as a **browser extension**.

A light-wallet means that users will not be forced to download the entire blockchain, Instead **Yoroi** has a backend server and downloads the blockchain data for the user without the user exposing sensitive data(**Private Keys**) to the server and ultimately maintaining security. This achieves a faster experience for the user due to the fact the user will not have to wait for hours before being able to use the wallet.

Expand Down

0 comments on commit 825066d

Please sign in to comment.