An open API service indexing awesome lists of open source software.

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)

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)