Provider
To interact with the Cardano blockchain (querying UTxOs, datums, or protocol parameters), you’ll need to configure a provider. Providers are chain indexing services that offer API access to blockchain data.
While a provider is required for blockchain interaction, you can still use transaction building features of the Evolution library without one.
Evolution-SDK supports several providers:
Last updated on