whisky
Github
  • whisky
  • WASM - whisky-js
  • Tx Builder
    • Getting Started
      • Lock Fund
      • Unlock Fund
      • Mint Tokens
      • Delegate Stake
      • Complex Transaction
    • Service Integration
  • Services
    • Providers
      • Fetcher
      • Evaluator
      • Submitter
Powered by GitBook
On this page
  • Supported Providers
  • Blockfrost Provider
  • Maestro Provider
  • Offline Provider
  1. Services

Providers

Providers are services that help with:

  • fetcher - fetching the Cardano blockchain information

  • evaluator - evaluating transactions with execution units (exUnits) calculation

  • submitter - submitting transactions on-chain

Supported Providers

Blockfrost Provider

Role
Implementation

Fetcher

Completed

Evaluator

Completed

Submitter

Completed

Maestro Provider

Role
Implementation

Fetcher

Completed

Evaluator

Completed

Submitter

Completed

Offline Provider

Offline provider integrates TxPipe's uplc crate to perform transaction evaluation and exUnits update automatically in TxBuilder, without a need to external service providers, natively in Rust code base.

Role
Implementation

Evaluator

Completed

PreviousService IntegrationNextFetcher

Last updated 1 month ago