Skip to Content
DocumentationProviderBlockfrost

Blockfrost

Blockfrost.io 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 "@evolution-sdk/lucid"; const lucid = await Lucid( new Blockfrost( "https://cardano-preprod.blockfrost.io/api/v0", "<blockfrost-api-key>" ), "Preprod" );
Last updated on