@bevanamit/n8n-nodes-blockfrost 1.0.0 → 1.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/README.md +45 -12
- package/package.json +2 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -11
- package/dist/index.js.map +0 -1
- package/dist/nodes/Blockfrost/Blockfrost.credentials.d.ts +0 -28
- package/dist/nodes/Blockfrost/Blockfrost.credentials.d.ts.map +0 -1
- package/dist/nodes/Blockfrost/Blockfrost.credentials.js +0 -36
- package/dist/nodes/Blockfrost/Blockfrost.credentials.js.map +0 -1
- package/dist/nodes/Blockfrost/Blockfrost.node.d.ts +0 -7
- package/dist/nodes/Blockfrost/Blockfrost.node.d.ts.map +0 -1
- package/dist/nodes/Blockfrost/Blockfrost.node.js +0 -1882
- package/dist/nodes/Blockfrost/Blockfrost.node.js.map +0 -1
- package/dist/nodes/Blockfrost/GenericFunctions.d.ts +0 -3
- package/dist/nodes/Blockfrost/GenericFunctions.d.ts.map +0 -1
- package/dist/nodes/Blockfrost/GenericFunctions.js +0 -17
- package/dist/nodes/Blockfrost/GenericFunctions.js.map +0 -1
- package/dist/nodes/Blockfrost/blockfrost-credential.svg +0 -5
- package/dist/nodes/Blockfrost/blockfrost.svg +0 -5
- package/dist/nodes/Blockfrost/index.js +0 -9
package/README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# ⚠️ DEPRECATED
|
|
2
|
+
|
|
3
|
+
This package has been renamed.
|
|
4
|
+
|
|
5
|
+
➡️ Use **@bevanamit/n8n-nodes-blockfrost** instead:
|
|
6
|
+
https://www.npmjs.com/package/@bevanamit/n8n-nodes-blockfrost
|
|
7
|
+
|
|
1
8
|
## Screenshots
|
|
2
9
|
|
|
3
10
|
### Blockfrost Credential Selection
|
|
@@ -19,6 +26,17 @@
|
|
|
19
26
|
|
|
20
27
|
This is a custom n8n node for interacting with the [Cardano blockchain](https://cardano.org) via the [Blockfrost API](https://blockfrost.io).
|
|
21
28
|
|
|
29
|
+
**n8n-nodes-blockfrost (Deprecated)**
|
|
30
|
+
|
|
31
|
+
This is a deprecated custom n8n node for interacting with the
|
|
32
|
+
Cardano blockchain
|
|
33
|
+
via the
|
|
34
|
+
Blockfrost API
|
|
35
|
+
.
|
|
36
|
+
|
|
37
|
+
**👉 The actively maintained version is:
|
|
38
|
+
@bevanamit/n8n-nodes-blockfrost**
|
|
39
|
+
|
|
22
40
|
## Features
|
|
23
41
|
|
|
24
42
|
**🎯 Comprehensive Cardano Blockchain Integration**
|
|
@@ -51,7 +69,17 @@ This is a custom n8n node for interacting with the [Cardano blockchain](https://
|
|
|
51
69
|
- Evaluate transaction execution costs
|
|
52
70
|
- Support for all Cardano networks (mainnet, preprod, preview)
|
|
53
71
|
|
|
54
|
-
## Installation
|
|
72
|
+
## ❌ Installation (Old Package – Not Recommended)
|
|
73
|
+
|
|
74
|
+
⚠️ Do not install this package anymore
|
|
75
|
+
|
|
76
|
+
npm install n8n-nodes-blockfrost
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
**Use instead:
|
|
80
|
+
|
|
81
|
+
npm install @bevanamit/n8n-nodes-blockfrost**
|
|
82
|
+
|
|
55
83
|
|
|
56
84
|
### Option 1: Community Node (via npm)
|
|
57
85
|
|
|
@@ -70,7 +98,7 @@ This is a custom n8n node for interacting with the [Cardano blockchain](https://
|
|
|
70
98
|
|
|
71
99
|
### Option 3: Fail-Safe Installation (if npm install does not work as expected)
|
|
72
100
|
|
|
73
|
-
If running `npm install n8n-nodes-blockfrost` in your `~/.n8n/custom/` directory does not install the package correctly, try the following steps:
|
|
101
|
+
If running `npm install @bevanamit/n8n-nodes-blockfrost` in your `~/.n8n/custom/` directory does not install the package correctly, try the following steps:
|
|
74
102
|
|
|
75
103
|
1. Open a terminal and navigate to your n8n custom directory:
|
|
76
104
|
```
|
|
@@ -82,7 +110,8 @@ If running `npm install n8n-nodes-blockfrost` in your `~/.n8n/custom/` directory
|
|
|
82
110
|
```
|
|
83
111
|
3. Install the package:
|
|
84
112
|
```
|
|
85
|
-
npm install n8n-nodes-blockfrost
|
|
113
|
+
npm install @bevanamit/n8n-nodes-blockfrost
|
|
114
|
+
|
|
86
115
|
```
|
|
87
116
|
4. Restart n8n completely (stop and start the process).
|
|
88
117
|
|
|
@@ -93,7 +122,7 @@ This ensures the package and its dependencies are installed correctly and n8n ca
|
|
|
93
122
|
- [n8n](https://n8n.io/) (version 0.209.0 or newer)
|
|
94
123
|
- A [Blockfrost](https://blockfrost.io) account and project API key
|
|
95
124
|
|
|
96
|
-
## Credentials
|
|
125
|
+
## Credentials (Same for New Package)
|
|
97
126
|
|
|
98
127
|
To use this node, you need to set up Blockfrost API credentials:
|
|
99
128
|
|
|
@@ -125,15 +154,17 @@ Monitor ownership changes of specific NFTs on the Cardano blockchain.
|
|
|
125
154
|
|
|
126
155
|
Pull transaction data for analysis or reporting purposes.
|
|
127
156
|
|
|
128
|
-
## Development
|
|
157
|
+
## Development Notice
|
|
129
158
|
|
|
130
|
-
|
|
159
|
+
Development has moved permanently to:
|
|
131
160
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
161
|
+
👉 https://github.com/bevanamit/n8n-nodes-blockfrost
|
|
162
|
+
|
|
163
|
+
This repository is kept only for:
|
|
164
|
+
|
|
165
|
+
- Backward compatibility
|
|
166
|
+
- Existing installs
|
|
167
|
+
- Historical reference
|
|
137
168
|
|
|
138
169
|
## Blockfrost Account Setup
|
|
139
170
|
|
|
@@ -179,4 +210,6 @@ I am not Catalyst funded. Any support you provide is greatly appreciated!
|
|
|
179
210
|
|
|
180
211
|
**Cardano (ADA) donation address:**
|
|
181
212
|
|
|
182
|
-
|
|
213
|
+
|
|
214
|
+
`addr1qyxypmc96e3pska6ch2ucq4uv5d7uz6nhpgcne4ea4hgmemv40lpm3wmc3wqk5arjpgzrccm0m9k72puaqzwsgrj47asch66sp`
|
|
215
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bevanamit/n8n-nodes-blockfrost",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"deprecated": "This package has been renamed. Please install @bevanamit/n8n-nodes-blockfrost instead.",
|
|
4
5
|
"description": "Comprehensive n8n node for Blockfrost API - Complete Cardano blockchain integration with 75+ endpoints covering blocks, epochs, governance, pools, transactions, and more",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"n8n-community-node-package",
|
package/dist/index.d.ts
DELETED
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,cAAc,MAAM,oCAAoC,CAAC;AAChE,OAAO,qBAAqB,MAAM,2CAA2C,CAAC;AAE9E,OAAO,EACL,cAAc,IAAI,UAAU,EAC5B,qBAAqB,GACtB,CAAC"}
|
package/dist/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.BlockfrostCredentials = exports.Blockfrost = void 0;
|
|
7
|
-
const Blockfrost_node_1 = __importDefault(require("./nodes/Blockfrost/Blockfrost.node"));
|
|
8
|
-
exports.Blockfrost = Blockfrost_node_1.default;
|
|
9
|
-
const Blockfrost_credentials_1 = __importDefault(require("./nodes/Blockfrost/Blockfrost.credentials"));
|
|
10
|
-
exports.BlockfrostCredentials = Blockfrost_credentials_1.default;
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAIA,yFAAgE;AAI5C,qBAJb,yBAAc,CAIS;AAH9B,uGAA8E;AAI5E,gCAJK,gCAAqB,CAIL"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ICredentialType } from 'n8n-workflow';
|
|
2
|
-
export declare class Blockfrost implements ICredentialType {
|
|
3
|
-
name: string;
|
|
4
|
-
displayName: string;
|
|
5
|
-
icon: "file:blockfrost-credential.svg";
|
|
6
|
-
properties: ({
|
|
7
|
-
displayName: string;
|
|
8
|
-
name: string;
|
|
9
|
-
type: "string";
|
|
10
|
-
required: boolean;
|
|
11
|
-
default: string;
|
|
12
|
-
description: string;
|
|
13
|
-
options?: never;
|
|
14
|
-
} | {
|
|
15
|
-
displayName: string;
|
|
16
|
-
name: string;
|
|
17
|
-
type: "options";
|
|
18
|
-
options: {
|
|
19
|
-
name: string;
|
|
20
|
-
value: string;
|
|
21
|
-
}[];
|
|
22
|
-
default: string;
|
|
23
|
-
required: boolean;
|
|
24
|
-
description: string;
|
|
25
|
-
})[];
|
|
26
|
-
}
|
|
27
|
-
export default Blockfrost;
|
|
28
|
-
//# sourceMappingURL=Blockfrost.credentials.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Blockfrost.credentials.d.ts","sourceRoot":"","sources":["../../../src/nodes/Blockfrost/Blockfrost.credentials.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,qBAAa,UAAW,YAAW,eAAe;IAChD,IAAI,SAAmB;IACvB,WAAW,SAAoB;IAC/B,IAAI,EAAG,gCAAgC,CAAU;IACjD,UAAU;;;;;;;;;;;;;;;;;;;SAsBR;CACH;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Blockfrost = void 0;
|
|
4
|
-
class Blockfrost {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.name = 'blockfrostApi';
|
|
7
|
-
this.displayName = 'Blockfrost API';
|
|
8
|
-
this.icon = 'file:blockfrost-credential.svg';
|
|
9
|
-
this.properties = [
|
|
10
|
-
{
|
|
11
|
-
displayName: 'Project ID',
|
|
12
|
-
name: 'projectId',
|
|
13
|
-
type: 'string',
|
|
14
|
-
required: true,
|
|
15
|
-
default: '',
|
|
16
|
-
description: 'Your Blockfrost Project ID from https://blockfrost.io',
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
displayName: 'Network',
|
|
20
|
-
name: 'network',
|
|
21
|
-
type: 'options',
|
|
22
|
-
options: [
|
|
23
|
-
{ name: 'Mainnet', value: 'mainnet' },
|
|
24
|
-
{ name: 'Preprod', value: 'preprod' },
|
|
25
|
-
{ name: 'Preview', value: 'preview' },
|
|
26
|
-
],
|
|
27
|
-
default: 'mainnet',
|
|
28
|
-
required: true,
|
|
29
|
-
description: 'The Cardano network to connect to',
|
|
30
|
-
},
|
|
31
|
-
];
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
exports.Blockfrost = Blockfrost;
|
|
35
|
-
exports.default = Blockfrost;
|
|
36
|
-
//# sourceMappingURL=Blockfrost.credentials.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Blockfrost.credentials.js","sourceRoot":"","sources":["../../../src/nodes/Blockfrost/Blockfrost.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,UAAU;IAAvB;QACE,SAAI,GAAG,eAAe,CAAC;QACvB,gBAAW,GAAG,gBAAgB,CAAC;QAC/B,SAAI,GAAG,gCAAyC,CAAC;QACjD,eAAU,GAAG;YACX;gBACE,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAiB;gBACvB,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,uDAAuD;aACrE;YACD;gBACE,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAkB;gBACxB,OAAO,EAAE;oBACP,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;oBACrC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;oBACrC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;iBACtC;gBACD,OAAO,EAAE,SAAS;gBAClB,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,mCAAmC;aACjD;SACF,CAAC;IACJ,CAAC;CAAA;AA3BD,gCA2BC;AAED,kBAAe,UAAU,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
|
|
2
|
-
export declare class Blockfrost implements INodeType {
|
|
3
|
-
description: INodeTypeDescription;
|
|
4
|
-
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
|
|
5
|
-
}
|
|
6
|
-
export default Blockfrost;
|
|
7
|
-
//# sourceMappingURL=Blockfrost.node.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Blockfrost.node.d.ts","sourceRoot":"","sources":["../../../src/nodes/Blockfrost/Blockfrost.node.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,oBAAoB,EAErB,MAAM,cAAc,CAAC;AAItB,qBAAa,UAAW,YAAW,SAAS;IAC1C,WAAW,EAAE,oBAAoB,CAs7B/B;IAEI,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CAq/BxE;AAED,eAAe,UAAU,CAAC"}
|