Skip to main content

All Questions

0 votes
3 answers
124 views

Unlock NFT from smart contract by Cardano-serialization-library

I am trying to implement the Unlocking of NFT from an "always true" smart contract. I am using the Cardano serialization library for this. I can lock the NFT successfully, but when i unlock ...
duaa azhar's user avatar
1 vote
0 answers
57 views

Building a transaction that will require both payment and stake key signature using Cardano Serialization Lib

Usually, when a build a simple transaction such as making a payment, the transaction usually requires the buyer's payment key. Here is an example transaction I made with Cardano Serialization Lib. // ...
Alexis's user avatar
  • 123
4 votes
1 answer
657 views

How to convert a Stake Key Address from hash to BECH32?

I have this Stake Key: https://testnet.cardanoscan.io/stakekey/7622b4611b15441e7e15cba128ff999ad72388aeb267adc6e70cc9bc?tab=stakehistory I want to convert from ...
Falcon Stakepool's user avatar
1 vote
2 answers
293 views

What am i doing wrong while creating this staking transaction?

i am trying to create a staking transaction using cardano serialisation library and then use blockfrost/infinito to send the transaction. I am using @emurgo/cardano-serialization-lib-nodejs: ^9.1.4, ...
Akshit vaid's user avatar