https://github.com/Emurgo/yoroi-frontend
Yoroi Wallet - Cardano ADA Wallet - Your gateway to the financial world (extension frontend)
https://github.com/Emurgo/yoroi-frontend
ada cardano chrome extension firefox react wallet yoroi
Last synced: 30 days ago
JSON representation
Yoroi Wallet - Cardano ADA Wallet - Your gateway to the financial world (extension frontend)
- Host: GitHub
- URL: https://github.com/Emurgo/yoroi-frontend
- Owner: Emurgo
- License: mit
- Created: 2018-08-15T23:05:15.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-09T15:19:54.000Z (about 1 month ago)
- Last Synced: 2025-04-09T15:23:44.181Z (about 1 month ago)
- Topics: ada, cardano, chrome, extension, firefox, react, wallet, yoroi
- Language: JavaScript
- Homepage: https://yoroi-wallet.com/
- Size: 173 MB
- Stars: 340
- Watchers: 24
- Forks: 102
- Open Issues: 163
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yoroi - Cardano ADA wallet
### Download
| Firefox | Chrome | Edge |
|---|----|----|
| [](https://addons.mozilla.org/en-US/firefox/addon/yoroi/) | [
](https://chrome.google.com/webstore/detail/yoroi/ffnbelfdoeiohenkjibnmadjiehjhajb) | [
](https://microsoftedge.microsoft.com/addons/detail/yoroi/akoiaibnepcedcplijmiamnaigbepmcb) |
Looking for Yoroi Mobile? See [here](https://github.com/Emurgo/yoroi-mobile)
## Contributing
Check out our [documents](docs/specs/meta) on the governance of this project.
## First-time setup
This is a multi-project GitHub repository. You can find the different projects in the [packages](packages/) folder.
Although each project has its own setup steps, there are also setup steps for this repository as a whole.
**If you have `nvm`**, just run
```
nvm use
```**If you don't have `nvm`** you can download `node` manually from [here](https://nodejs.org) but you need to be careful the version matches the one specified in our `.nvmrc` file.
Next, install project-independent dependencies with
```
npm install
```## LICENSE
[MIT](LICENSE)