Package Information
Released: 9/12/2025
Downloads: 2 weekly / 64 monthly
Latest Version: 1.3.36
Author: AdaCow
Documentation
# n8n-nodes-crowd-bf-explorer
**Crowd BF Explorer** is a custom [n8n](https://n8n.io) node that lets you explore the Cardano blockchain and submit transactions via the [Blockfrost API](https://blockfrost.io).
## ✨ Features
- 🔍 Get Cardano address info (balance, UTXOs, recent transactions)
- 🔎 Fetch transaction details by hash
- 📨 Submit signed transactions (CBOR hex format)
- ⚙️ Options for validation-only mode and waiting for confirmation
## 📦 Installation
Clone this repo into your n8n custom nodes folder:
git clone https://github.com/crowdtrendz/n8n-nodes-crowd-bf-explorer.git
cd n8n-nodes-crowd-bf-explorer
npm install
npm run build


