Resolvers
Converts between different formats.
Resolve Data Hash
Converts datum into hash. Getting the hash is useful when you need to query for the UTXO that contain the assets you need for your transaction's input.
Explore Transaction to learn more about designing Datum, and learn how to query for UTXOs containing the datum hash.
Convert datum into hash
Resolve Fingerprint
Takes policy ID and asset name, and return asset fingerprint based on CIP-14.
Convert asset policy ID and asset name to asset fingerprint.
Resolve Native Script Address
Converts NativeScript
into address.
Convert NativeScript to address
Resolve Native Script Hash
Converts NativeScript
into hash.
Convert NativeScript to hash
Resolve Payment Key Hash
Provide an address, and resolvePaymentKeyHash
will return the pub key hash of the payment key. This key hash is useful for building the NativeScript.
Convert address to pub key hash
Resolve Plutus Script Address
Provide the Plutus script in CBOR, and resolvePlutusScriptAddress
will return a bech32 address of the script.
For example, we can get the address of the always succeed
smart contract.
Convert Plutus script to address
Resolve Plutus Script Hash
Provide the Plutus script address, and resolveScriptHash
will return a script hash. This script hash can be use for building minting transaction with Plutus contract.
Convert Plutus script to hash
Resolve Private Key
Provide the mnemonic phrases and resolvePrivateKey
will return a private key.
Convert mnemonic to private key
Resolve Stake Address
Provide a wallet address, and resolveRewardAddress
will return a staking address in bech32 format.
Convert wallet address to staking address
Resolve Stake Key Hash
Provide a stake address, and resolveStakeKeyHash
will return the pub key hash of the stake address. This key hash is useful for building the NativeScript.
Convert stake address to pub key hash
Resolve Transaction Hash
Provide a cborTx
, resolveTxHash
will return the transaction hash. This hash is useful for creating chain transactions.
Convert transaction cborTx to transaction hash
Connect wallet to run this demo
Resolve Epoch Number
Converts datum into hash. Getting the hash is useful when you need to query for the UTXO that contain the assets you need for your transaction's input.
Explore Transaction to learn more about designing Datum, and learn how to query for UTXOs containing the datum hash.
Get the epoch number for the network
Resolve Slot Number
Converts datum into hash. Getting the hash is useful when you need to query for the UTXO that contain the assets you need for your transaction's input.
Explore Transaction to learn more about designing Datum, and learn how to query for UTXOs containing the datum hash.
Get the slot number for the network