Maestro
Maestro is an alternative to Blockfrost and Koios. Maestro offers enterprise-grade scalability and robust data availability solutions.
Usage example to initialize Lucid with Maestro:
import { Lucid, Maestro } from "@evolution-sdk/lucid";
const lucid = await Lucid(
new Maestro({
network: "Preprod", // For MAINNET: "Mainnet" (1)
apiKey: "<Your-API-Key>", // Get yours by visiting https://docs.gomaestro.org/docs/Getting-started/Sign-up-login
turboSubmit: false, // Read about paid turbo transaction submission feature at https://docs.gomaestro.org/docs/Dapp%20Platform/Turbo%20Transaction
}),
"Preprod" // For MAINNET: "Mainnet" (2)
);
Last updated on