n8n-nodes-agnicwallet 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +8 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # n8n-nodes-agnicwallet
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/n8n-nodes-agnicwallet)](https://www.npmjs.com/package/n8n-nodes-agnicwallet)
4
- [![License](https://img.shields.io/npm/l/n8n-nodes-agnicwallet)](https://github.com/agnicpay/agnicwallet-project/blob/main/LICENSE)
4
+ [![License](https://img.shields.io/npm/l/n8n-nodes-agnicwallet)](https://www.npmjs.com/package/n8n-nodes-agnicwallet)
5
5
 
6
6
  N8N community node for AgnicWallet - automated Web3 payments for X402-enabled APIs.
7
7
 
@@ -13,7 +13,7 @@ Make HTTP requests to X402-enabled APIs with automatic blockchain payment handli
13
13
 
14
14
  ## What is AgnicWallet?
15
15
 
16
- AgnicWallet is a non-custodial Web3 wallet service built on [Privy](https://privy.io) that handles blockchain payments automatically. Connect once, then all X402 payments happen seamlessly in the background.
16
+ AgnicWallet is a non-custodial Web3 wallet service that handles blockchain payments automatically. Connect once, then all X402 payments happen seamlessly in the background.
17
17
 
18
18
  ## Features
19
19
 
@@ -62,7 +62,7 @@ Not yet available. This node must first be approved as a community node by the N
62
62
  ### 1. Create AgnicWallet Account
63
63
 
64
64
  1. Go to [AgnicWallet](https://agnicwallet-project.vercel.app)
65
- 2. Sign up with email/social login (powered by Privy)
65
+ 2. Sign up with email/social login
66
66
  3. Your embedded wallet is created automatically
67
67
 
68
68
  ### 2. Connect to N8N
@@ -168,7 +168,7 @@ JSON body for sending data to the API
168
168
 
169
169
  ## Security
170
170
 
171
- - **Non-custodial** - Your keys, your crypto (via Privy)
171
+ - **Non-custodial** - Your keys, your crypto
172
172
  - **OAuth2** - Industry-standard authentication
173
173
  - **Spending limits** - Monthly caps prevent overspending
174
174
  - **Payment review** - See all payments in AgnicWallet dashboard
@@ -206,7 +206,7 @@ The body field only appears when Method is **POST** or **PUT**. For GET requests
206
206
 
207
207
  ## Examples & Workflows
208
208
 
209
- See [example workflows](https://github.com/agnicpay/agnicwallet-project/tree/main/examples) in the GitHub repository.
209
+ For example workflows and advanced use cases, check the documentation included with this package.
210
210
 
211
211
  ## API Reference
212
212
 
@@ -226,26 +226,22 @@ See [example workflows](https://github.com/agnicpay/agnicwallet-project/tree/mai
226
226
  - **Body types:** JSON only (form-encoded coming soon)
227
227
  - **Query params:** Use in URL for now (dedicated field coming soon)
228
228
 
229
- See [ENHANCEMENT_PLAN.md](https://github.com/agnicpay/agnicwallet-project/blob/main/n8n-nodes-agnicwallet/nodes/X402HttpRequest/ENHANCEMENT_PLAN.md) for upcoming features.
230
-
231
229
  ## Contributing
232
230
 
233
- Contributions welcome! Please open issues or PRs at [GitHub](https://github.com/agnicpay/agnicwallet-project).
231
+ Contributions welcome! Please contact us for more information.
234
232
 
235
233
  ## Support
236
234
 
237
- - **Issues:** [GitHub Issues](https://github.com/agnicpay/agnicwallet-project/issues)
238
- - **Docs:** [Full Documentation](https://github.com/agnicpay/agnicwallet-project)
239
235
  - **X402 Standard:** [x402.org](https://www.x402.org/)
236
+ - **AgnicWallet:** [Dashboard](https://agnicwallet-project.vercel.app)
240
237
 
241
238
  ## License
242
239
 
243
- MIT - See [LICENSE](https://github.com/agnicpay/agnicwallet-project/blob/main/LICENSE)
240
+ MIT License
244
241
 
245
242
  ## Links
246
243
 
247
244
  - [NPM Package](https://www.npmjs.com/package/n8n-nodes-agnicwallet)
248
- - [GitHub Repository](https://github.com/agnicpay/agnicwallet-project)
249
245
  - [AgnicWallet Dashboard](https://agnicwallet-project.vercel.app)
250
246
  - [X402 Protocol](https://www.x402.org/)
251
247
  - [N8N Documentation](https://docs.n8n.io)
@@ -271,7 +267,6 @@ MIT - See [LICENSE](https://github.com/agnicpay/agnicwallet-project/blob/main/LI
271
267
 
272
268
  Built with:
273
269
  - [N8N](https://n8n.io) - Workflow automation
274
- - [Privy](https://privy.io) - Embedded wallets
275
270
  - [X402 Protocol](https://www.x402.org/) - HTTP payment standard
276
271
  - [Base](https://base.org) - L2 blockchain
277
272
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-agnicwallet",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "n8n community node for AgnicWallet - automated Web3 payments for X402 APIs",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",