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

https://github.com/andywer/stellar-wallet

With the new Stellar wallet to the moon 🚀
https://github.com/andywer/stellar-wallet

Last synced: about 1 year ago
JSON representation

With the new Stellar wallet to the moon 🚀

Awesome Lists containing this project

README

          

# Stellar Wallet

One wallet to rule them all. Desktop / Mobile app, payment requests, multisignature and more.

⚠️ Under heavy development 🛠

## Setup

```
npm install
```

## Development

```
npm run dev
```

To run the tests:

```
npm test
```

To run the storybook:

```
npm run storybook
```

## Build

```
npm run build
```