-
## Week 1 - Exercises
Build the English Auction contract with cabal build (you may need to run cabal update first).
Clone the The Plutus repository, check out the correct commit as specified in …
-
@mengqi-z
Hi, I am Nikita Shukla, an energy modeling professional based in New Delhi, India. I am interested in understanding the specific methodology employed to calculate electricity investment co…
-
Hey, first of all thank you very much for writing this smart contract :smile:
I tried to run it on an plutus-playground, but I am getting the following error:
```
Compilation Error, Line 171, Co…
-
### Describe the feature you'd like
Currently, each projects need to write some property testing generator and shrinker on per-project biases, making testing not only more difficult but possibly mo…
-
Taking inspiration from https://github.com/cardano-foundation/CIPs/pull/314 it is worthwile to investigate how much we could further compact the UPLC’s flat format. The size of plutus scripts correlat…
-
**Internal/External**
*Internal* if an IOHK staff member.
**Area**
*Plutus* Related to Plutus Scripts (Alonzo).
**Summary**
When building an Alonzo transaction with `transaction build` a…
-
### Summary
The simulator is unnecessarily splitting wallet balances into 10 outputs.
### Steps to reproduce the behavior
1. Go to https://playground.plutus.iohkdev.io/
2. Select "Hello World" con…
-
In Plutarch the general consensus is that we perform Eq by simply delegating to the underling PlutusData representation.
```haskell
instance PEq FooTrivial where
(#==) = \l r -> pdata l #== pda…
-
### Summary
Following the instructions here: https://github.com/input-output-hk/plutus-apps/tree/main/plutus-pab/test-node
...yields two unexpected behaviours, depending on how you look at it: Eithe…
-
I'm opening this issue in order to keep track of updating / abstracting plutus to support Mongoid. I'd like to take an approach that will support other persistance mechanisms later on (Redis for exam…