Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanleecode/crater
Desktop Wallet for the Stellar Protocol
https://github.com/ryanleecode/crater
Last synced: 5 days ago
JSON representation
Desktop Wallet for the Stellar Protocol
- Host: GitHub
- URL: https://github.com/ryanleecode/crater
- Owner: ryanleecode
- License: mit
- Created: 2019-06-09T19:57:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T20:33:34.000Z (about 2 years ago)
- Last Synced: 2023-03-04T12:09:56.270Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Crater
Crater is a desktop wallet built on Electron for the Stellar Protocol. Unlike most digital wallets holding Stellar Lumens, this wallet will support
## Features
- [X] Hierarchal Deterministic Wallet support
- [ ] Sending Assets/Currency
- [X] Viewing Transactions & Operations
- [X] Viewing Asset Balances
- [ ] [SEP-0006](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0006.md) Protocol Implementation
- [ ] [SEP-0007](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0007.md) Protocol Implementation
- [ ] [SEP-0010](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md) Protocol Implementation## Development
```sh
yarn # Note npm will not work. You must use yarn
yarn dev
```## Production
```
yarn package
```## FAQ
1. Why is it called Crater?
If you think about where the safest place to store something in space, its probably a crater!