Skip to main content

All Questions

Tagged with
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
3 answers
124 views

Re-Delegation Smart Contract

Prelude: I have a micro-cardano-pool ,less than 10K include 3 deligators (my friends). Despite the sike of the pool, I would like my pool be an active element in the mainnet network. Therefore I ...
Leonid Nikolaev's user avatar
12 votes
2 answers
187 views

Where can I find design and documentation resources on Plutus Staking smartcontracts?

When I was exploring haddock of Plutus I have found that Plutus script can have Rewarding ScriptPurpose: data ScriptPurpose = Minting CurrencySymbol | Spending TxOutRef | Rewarding ...
KugisMugis's user avatar
1 vote
2 answers
293 views

Is It possible to stake an nft on chain

Is there a way I can use smart contracts to stake nfts and back them with ada tokens. Similar to staking ada except also holding the nft in like a gallery or something.
Julian fowler's user avatar
2 votes
2 answers
114 views

Staking functionality for Native Tokens?

Is it possible to have staking or reward functionalities, maybe minting, with your Native Tokens in Cardano?
Álvaro J. Martín López's user avatar
7 votes
1 answer
169 views

How to stake a smart contract's money?

Is it possible to delegate the money locked in a smart contract? And how? Using what haskell instructions?
Distic's user avatar
  • 621