Anastasia Labs LogoInstallInstallDocumentationDocumentation
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
    • Instantiate Evolution
    • Provider
      • Blockfrost
      • Kupmios
      • Maestro
      • Koios
      • YACI DevKit
      • UTxORPC
      • Common Queries
    • Wallet
        • From Seed
        • From Private Key
        • From API
        • From Address
      • Wallet Management
    • First Transaction
    • Pay Methods
    • Mint & Burn Assets
    • Staking
    • Governance
      • Overview
        • Applying Parameters
        • Multi-validator Interactions
        • Redeemer Indexing
        • Reference Scripts
    • Transaction Chaining
    • Emulator

  • Under The Hood
    • Evolution + Next.js App ⤴ (opens in a new tab)

    • Gift Card ⤴ (opens in a new tab)
    • Upgradable Multisig ⤴ (opens in a new tab)
    • Smart Handles ⤴ (opens in a new tab)
    • Single Asset Staking ⤴ (opens in a new tab)
    • Mint Chocolate Chip ⤴ (opens in a new tab)
    • Payment Subscription ⤴ (opens in a new tab)
    • Linear Vesting ⤴ (opens in a new tab)
    • Direct Offer ⤴ (opens in a new tab)

On This Page

  • Blockfrost
Give feedback on our docs → (opens in a new tab)Contribute to this page →
Documentation
Core Concepts
Provider
Blockfrost

Blockfrost

Blockfrost.io (opens in a new tab) is a service that serves as an access to the Cardano blockchain and related networks without the need for running and maintaining additional infrastructure and tooling yourself.

Usage example to initialize Lucid with Blockfrost:

import { Lucid, Blockfrost } from "@lucid-evolution/lucid";
 
const lucid = await Lucid(
  new Blockfrost("https://cardano-preprod.blockfrost.io/api/v0", "<blockfrost-api-key>"),
  "Preprod"
);
ProviderKupmios
Anastasia Labs Logo

Quick Links

  • NPM Package
  • Anastasia Labs

Community

  • Discord ⤴
  • X ⤴

MIT 2025 © Anastasia Labs