https://github.com/ryanleecode/crater
Desktop Wallet for the Stellar Protocol
https://github.com/ryanleecode/crater
Last synced: about 1 month 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T20:33:34.000Z (over 3 years ago)
- Last Synced: 2025-02-24T13:23:30.670Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- 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!