Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)