solana-pay 0.1.1

Solana Pay is a standard protocol and set of reference implementations that enable developers to incorporate decentralized payments into their apps and services.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# solana-pay

Rust implementation of the [Solana Pay](https://docs.solanapay.com/) API.

Solana Pay is a standard protocol and set of reference implementations that enable developers to incorporate decentralized payments into their apps and services.

## About

This is a port of the [Official JavaScript SDK](https://github.com/solana-labs/solana-pay/tree/master/core) in pure Rust.

## License

Solana Pay is open source and available under the Apache License, Version 2.0. See the [LICENSE](./LICENSE) file for more info.