@rozoai/intent-pay 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,27 @@
1
+ BSD 2-Clause License
2
+
3
+ Copyright (c) 2025, Rozo.
4
+ Copyright (c) 2024, Daimo, Inc.
5
+ Copyright (c) 2022, LFE, Inc.
6
+ All rights reserved.
7
+
8
+ Redistribution and use in source and binary forms, with or without
9
+ modification, are permitted provided that the following conditions are met:
10
+
11
+ 1. Redistributions of source code must retain the above copyright notice, this
12
+ list of conditions and the following disclaimer.
13
+
14
+ 2. Redistributions in binary form must reproduce the above copyright notice,
15
+ this list of conditions and the following disclaimer in the documentation
16
+ and/or other materials provided with the distribution.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package/README.md ADDED
@@ -0,0 +1,77 @@
1
+ <a href="https://paydocs.daimo.com">
2
+ <img src="https://pbs.twimg.com/profile_banners/1666972322828541954/1733698695/1500x500">
3
+ </a>
4
+
5
+ # Intent Pay
6
+
7
+ Rozo Intent Pay
8
+
9
+ Rozo Intent Pay is built on top of Daimo Pay, which enables seamless crypto payments for your app.
10
+
11
+ Onboard users from any chain, any coin into your app with one click and maximize your conversion.
12
+
13
+
14
+
15
+ ## Features
16
+
17
+ - 🌱 Instant cross-chain payments — Accept payment from 1000+ tokens on multiple chains. Payments complete in less than 5 seconds. We handle the swapping
18
+ and bridging so that your customers don't have to.
19
+ - 💡 Pay with a single transaction - No more wallet round-trips to make approval, swap, or bridging transactions. Your customers pay with a single transfer transaction.
20
+ - ⚡️ Fully permissionless - Daimo never custodies funds and funds can never be stuck in a contract. Payments can be permissionlessly completed by anyone.
21
+ - 💱 Support for all major wallets and exchanges - Daimo Pay supports payments from browser wallets like MetaMask and Rabby, WalletConnect, as well as exchanges like Coinbase and Binance.
22
+ - 💨 Integrate within minutes - Get up and running with Daimo Pay in as little as 10 minutes with little to no code.
23
+
24
+ and much more...
25
+
26
+ ## Documentation
27
+
28
+ You can find the full Daimo Pay documentation [here](https://paydocs.daimo.com).
29
+
30
+ ## Examples
31
+
32
+ Check out https://github.com/daimo-eth/daimo-pay-demo
33
+
34
+ ### Try in CodeSandbox
35
+
36
+ Coming soon.
37
+
38
+ ### Local Development
39
+
40
+ Clone the repository and build the SDK in `dev` mode:
41
+
42
+ ```sh
43
+ git clone https://github.com/daimo-eth/pay.git
44
+ cd pay/packages/connectkit
45
+ npm i
46
+ npm run dev
47
+ ```
48
+
49
+ The rollup bundler will now watch file changes in the background. Try using one of the examples for testing:
50
+
51
+ ```sh
52
+ cd examples/nextjs
53
+ npm i
54
+ npm run dev
55
+ ```
56
+
57
+ Any changes will be reflected on the Pay button in the example app.
58
+
59
+ ## Contracts
60
+
61
+ Daimo Pay is noncustodial and runs on open-source, audited contracts. See `/packages/contract`.
62
+
63
+ Audits:
64
+ - [Nethermind, 2025 Apr](https://github.com/user-attachments/files/20544714/NM-0500-Daimo-Pay-final-report.pdf)
65
+
66
+ ## Support
67
+
68
+ [Contact us](mailto:support@daimo.com) if you'd like to integrate Daimo Pay.
69
+
70
+ ## License
71
+
72
+ See [LICENSE](https://github.com/daimo-eth/pay/blob/master/packages/connectkit/LICENSE) for more information.
73
+
74
+ ## Credits
75
+ Rozo Intent Pay SDK is a fork of [Daimo](https://github.com/daimo-eth/pay) developed by [Daimo](https://daimo.com). We're grateful to them for making cross chain payment fast, simple and open-source.
76
+
77
+ Daimo Pay SDK is a fork of [Connectkit](https://github.com/family/connectkit) developed by [Family](https://family.co). We're grateful to them for making Connectkit fast, beatiful and open-source.