Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skatepay/skatepay
IOS nostr + web3 client
https://github.com/skatepay/skatepay
ios nostr solana swift swiftui
Last synced: about 1 month ago
JSON representation
IOS nostr + web3 client
- Host: GitHub
- URL: https://github.com/skatepay/skatepay
- Owner: SkatePay
- License: mit
- Created: 2024-08-30T21:38:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T14:25:19.000Z (about 2 months ago)
- Last Synced: 2024-09-30T07:06:04.185Z (about 2 months ago)
- Topics: ios, nostr, solana, swift, swiftui
- Language: Swift
- Homepage: https://support.skatepark.chat
- Size: 6.15 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SKATEPAY
A [nostr][nostr] chat + crypto wallet client for iPhone.
[nostr]: https://github.com/fiatjaf/nostr
## Download from App Store
- [SkateConnect](https://apps.apple.com/us/app/skateconnect/id6677058833)## Overview
- [Gitbook](https://support.skatepark.chat)## Nostr Spec Compliance
The following [NIPs](https://github.com/nostr-protocol/nips) are implemented:
- [x] [NIP-01: Basic protocol flow description](https://github.com/nostr-protocol/nips/blob/master/01.md)
- [x] [NIP-04: Encrypted Direct Message](https://github.com/nostr-protocol/nips/blob/master/04.md)
- [x] [NIP-28: Public Chat](https://github.com/nostr-protocol/nips/blob/master/28.md)## Acknowledgements
- [nostr-sdk-ios](https://github.com/nostr-sdk/nostr-sdk-ios) - [MIT License, Copyright (c) 2023 Nostr SDK](https://github.com/nostr-sdk/nostr-sdk-ios/blob/main/LICENSE)
- [solana-swift](https://github.com/p2p-org/solana-swift) - [MIT License, Copyright (c) 2020 P2P Economy Limited](https://github.com/p2p-org/solana-swift/blob/main/LICENSE)
- [MessageKit](https://github.com/MessageKit/MessageKit) - [MIT License, Copyright (c) 2017-2022 MessageKit](https://github.com/MessageKit/MessageKit/blob/main/LICENSE.md)
- [keychain-swift](https://github.com/evgenyneu/keychain-swift.git) - [MIT License, Copyright (c) 2015 - 2024 Evgenii Neumerzhitckii](https://github.com/evgenyneu/keychain-swift/blob/master/LICENSE)