-
**Expected use-case**: detect if somebody sent ADA to us to buy something in the game. Use tx metadata / datum to specify what they are buying
This CDE takes in a payment credential (could be a pay…
-
Hi, I've been trying to setup a very simple and minimal environment to compile Plutus scripts using plutus-tx.
I'm using `haskell.nix` and I followed the `README` but for some reason cabal is tryin…
-
**Internal/External**
*Internal*
**Summary**
In Babbage era, when building a Tx with invalid Plutus script and passing `--script-invalid`, the transaction submit succeeds and the Tx is placed in …
-
## What & Why
How we deal with changes and upgrades to various parts of the Hydra system. This is only about changes we issue, for Cardano network changes, see: https://github.com/input-output-hk/hyd…
ch1bo updated
7 months ago
-
Something similar to this:
https://github.com/mlabs-haskell/plutus-ledger-api-rust/blob/2a9467769b0e82f88509c389a32fbb9a6e44aa23/flake.nix#L77-L87
-
### Summary
When I `nix develop` into this repository and run `cabal run uplc` I get a dependency resolution error.
### Steps to reproduce the behavior
1. `nix develop`
2. `cabal run uplc`
### …
-
Looking at the contract interaction examples, there are none shown that actually use script references.
Is this already supported or part of the roadmap?
-
I have made a stake validator within multivaildator according to your document.
```
validator {
fn spend(_datum, redeemer: Action, context: ScriptContext) {
when redeemer is {
Deposit…
-
I'm expecting the following to succeed:
```haskell
validateTxSkel
txSkelTemplate
{ txSkelMints =
txSkelMintsFromList
[(quickCurrencyPolicy, NoMintsRedeemer, "SomeTokenNam…
-
**Describe the bug**
Pycardano 0.10.0 cannot create an inline datum from CBOR hex - PlutusData().from_cbor()
pycardano.exception.DeserializeException: Unexpected constructor ID for . Expect None…