Skip to main content

All Questions

Tagged with
0 votes
1 answer
116 views

How do I add the staking part of an address in OffChain code

I am currently on tag: v2022-04-06 of plutus-apps and was wondering how to create Lookup and Constraints for a typedValidator that checks whether the input was returned to the script with the correct ...
CantTouchDis's user avatar
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
7 votes
1 answer
196 views

Is there any risk in sharing my rewards address?

I want to test ẗhe Maladex Rewards calculator but they ask me to enter my rewards address. Is there any conceivable risk in doing so?
The Unfun Cat's user avatar
8 votes
2 answers
648 views

How do I properly derive a stake key from an address using Bech32?

I'm trying to get a stake address from a Shelley address in Python using this library: https://pypi.org/project/bech32/ I can convert an address from bech32 to hex without issue, but I'm getting stuck ...
ImminentFate's user avatar
8 votes
1 answer
212 views

What are the benefits of the two accounts model?

In some answer (see there) someone explained that there are several benefits for the two accounts system (one spending account and one reward account). What are those benefits? Wouldn't it be more ...
Distic's user avatar
  • 621