Skip to content

Commit 5b5ed2e

Browse files
committed
update README
1 parent 5b5f274 commit 5b5ed2e

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

packages/plugins/nft-checkout-plugin/README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
# Web3Auth NFT Checkout Plugin
22

3-
[![npm version](https://img.shields.io/npm/v/@web3auth/wallet-services-plugin?label=%22%22)](https://www.npmjs.com/package/@web3auth/wallet-services-plugin/v/latest)
4-
[![minzip](https://img.shields.io/bundlephobia/minzip/@web3auth/wallet-services-plugin?label=%22%22)](https://bundlephobia.com/result?p=@web3auth/wallet-services-plugin@latest)
3+
[![npm version](https://img.shields.io/npm/v/@web3auth/nft-checkout-plugin?label=%22%22)](https://www.npmjs.com/package/@web3auth/nft-checkout-plugin/v/latest)
4+
[![minzip](https://img.shields.io/bundlephobia/minzip/@web3auth/nft-checkout-plugin?label=%22%22)](https://bundlephobia.com/result?p=@web3auth/nft-checkout-plugin@latest)
55

66
> Web3Auth is where passwordless auth meets non-custodial key infrastructure for Web3 apps and wallets. By aggregating OAuth (Google, Twitter, Discord) logins, different wallets and innovative Multi Party Computation (MPC) - Web3Auth provides a seamless login experience to every user on your application.
77
8-
Web3Auth Wallet Services Plugin helps you get the functionalities of the wallet services into your Web3Auth Instance. It helps you use your Web3Auth key in the wallet, making it easier for your end user to make transactions, add money into their wallet and even use it across different applications using wallet services.
8+
Web3Auth NFT Checkout Plugin is an NFT checkout service plugin that enables NFT purchases and transactions. It can be integrated with Web3Auth SDK for authentication or used as a standalone service for NFT payment processing.
99

1010
## 📖 Documentation
1111

12-
Read more about the Web3Auth Wallet Services Plugin in the [official Web3Auth Documentation](https://web3auth.io/docs/sdk/web/plugins/wallet-services).
12+
Read more about the Web3Auth NFT Checkout Plugin in the [official Web3Auth Documentation](https://web3auth.io/docs/sdk/web/plugins/nft-checkout).
1313

1414
## 💡 Features
15+
- Simple NFT checkout integration with Web3Auth
16+
- Support for multiple blockchain networks
17+
- Automated NFT minting and transfer post-payment
18+
- Real-time transaction status tracking
19+
- Secure payment processing
20+
- Support for multiple NFT standards (ERC721, ERC1155)
1521

16-
- Plug and Play, OAuth based Web3 Authentication Service
17-
- Fully decentralized, non-custodial key infrastructure
18-
- End to end Whitelabelable solution
19-
- Threshold Cryptography based Key Reconstruction
20-
- Multi Factor Authentication Setup & Recovery (Includes password, backup phrase, device factor editing/deletion etc)
21-
- Support for WebAuthn & Passwordless Login
22-
- Support for connecting to multiple wallets
23-
- DApp Active Session Management
24-
25-
...and a lot more
22+
...and a lot more
2623

2724
## 🔗 Installation
2825

2926
```shell
30-
npm i --save @web3auth/wallet-services-plugin
27+
npm i --save @web3auth/nft-checkout-plugin
3128
```
3229

3330
## 🩹 Example

packages/plugins/nft-checkout-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3auth/nft-checkout-plugin",
33
"version": "9.3.2",
4-
"description": "NFT Checkout service for which can be used with Web3Auth",
4+
"description": "An NFT checkout service plugin that enables NFT purchases and transactions. Can be integrated with Web3Auth SDK for authentication or used as a standalone service for NFT payment processing.",
55
"keywords": [
66
"web3Auth/nft-checkout-plugin",
77
"web3Auth",

0 commit comments

Comments
 (0)