Home
Softono

Wallet

Open source Apache-2.0 Swift
91
Stars
13
Forks
1
Issues
6
Watchers
3 months
Last Commit

 About Wallet

The official repository for the Valora mobile cryptocurrency wallet.

Platforms

Web Self-hosted Linux macOS iOS

Languages

JavaScript TypeScript Swift

Need Help Installing Wallet?

We provide expert installation service for this software. Our team will install, configure, and secure Wallet on your server. plans start at just $30.

avatar

Vapor Wallet

Documentation Team Chat MIT License Continuous Integration Code Coverage Swift 6.1+


🎟️ πŸ“¦ Create, distribute, and update passes and orders for the Apple Wallet app with Vapor.

Use the SPM string to easily include the dependendency in your Package.swift file.

.package(url: "https://github.com/vapor-community/wallet.git", from: "0.8.0")

Note: This package is made for Vapor 4.

🎟️ Wallet Passes

The VaporWalletPasses framework provides a set of tools to help you create, build, and distribute digital passes for the Apple Wallet app using a Vapor server. It also provides a way to update passes after they have been distributed, using APNs, and models to store pass and device data.

Add the VaporWalletPasses product to your target's dependencies:

.product(name: "VaporWalletPasses", package: "wallet")

See the framework's documentation for information and guides on how to use it.

For information on Apple Wallet passes, see the Apple Developer Documentation.

πŸ“¦ Wallet Orders

The VaporWalletOrders framework provides a set of tools to help you create, build, and distribute orders that users can track and manage in Apple Wallet using a Vapor server. It also provides a way to update orders after they have been distributed, using APNs, and models to store order and device data.

Add the VaporWalletOrders product to your target's dependencies:

.product(name: "VaporWalletOrders", package: "wallet")

See the framework's documentation for information and guides on how to use it.

For information on Apple Wallet orders, see the Apple Developer Documentation.