@cryptocadet/react-crypto-pay 1.0.0
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/README.md +39 -0
- package/dist/index-DQPobPMI.js +3539 -0
- package/dist/index-DQPobPMI.js.map +1 -0
- package/dist/index-iYZ_Iqex.js +421 -0
- package/dist/index-iYZ_Iqex.js.map +1 -0
- package/dist/react-crypto-pay.es.js +66400 -0
- package/dist/react-crypto-pay.es.js.map +1 -0
- package/dist/react-crypto-pay.umd.js +563 -0
- package/dist/react-crypto-pay.umd.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +59 -0
package/README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# React-Crypto-Pay
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
React-Crypto-Pay is an api for evm-chain crypto payment integration.
|
|
5
|
+
|
|
6
|
+
## Features
|
|
7
|
+
|
|
8
|
+
- Accept payments across multiple EVM networks
|
|
9
|
+
- Accept any token you want
|
|
10
|
+
- Integrates with Web3Modal
|
|
11
|
+
- Create affiliate codes for your own referral program
|
|
12
|
+
|
|
13
|
+
## Installation
|
|
14
|
+
|
|
15
|
+
React-Crypto-Pay requires [Node.js](https://nodejs.org/) v16+ to run.
|
|
16
|
+
|
|
17
|
+
Install the dependencies and devDependencies and start the server.
|
|
18
|
+
|
|
19
|
+
```sh
|
|
20
|
+
cd react-crypto-pay
|
|
21
|
+
npm install
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## License
|
|
25
|
+
|
|
26
|
+
MIT
|
|
27
|
+
|
|
28
|
+
## Contributions
|
|
29
|
+
|
|
30
|
+
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
|
|
31
|
+
|
|
32
|
+
- Reporting a bug
|
|
33
|
+
- Discussing the current state of the code
|
|
34
|
+
- Submitting a fix
|
|
35
|
+
- Proposing new features
|
|
36
|
+
- Becoming a maintainer
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|