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 🚀
- Host: GitHub
- URL: https://github.com/andywer/stellar-wallet
- Owner: andywer
- Created: 2018-03-02T16:51:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T18:45:41.000Z (over 8 years ago)
- Last Synced: 2025-02-27T16:55:50.605Z (over 1 year ago)
- Language: JavaScript
- Size: 193 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```