-
### The problem that you wish to solve
I'm trying to figure out how to create a script transaction *without the plutus PAB backend*. I have a use case where I want to be able to send arbitrary datu…
-
Using `haskell-language-server`, adding a use of the `nat` quasi-quoter causes HLS to stop working and just report one error:
```
GHC runtime linker: fatal error: I found a duplicate definition fo…
-
James Browning reported this issue.
In an earlier plutus version I was able to compile `(\_ _ -> ())` or `(\_ _ _ -> ())` but this now produces an error
```
GHC Core to PLC plugin: Error: Unsup…
-
Currently, effective usage of Plutus in production pretty much requires reading of the Plutus specification and the extended EUTXO model. However these documents are not necessarily optimized for quic…
-
In GitLab by @kwanzknoel on Aug 9, 2021, 21:45
Questions we need answers to:
## How does it work?
See [Architecture Section below](#architecture).
## How do we run Glow DApp with Plutus Backe…
-
### Summary
When built with `text-2.1.2` (uploaded 2024-10-26T13:22:01Z) in the package set, the following errors occur:
```
src/PlutusLedgerApi/Common/Eval.hs:117:34: error: [GHC-87543]
Amb…
-
Subscribe to this issue and stay notified about new [weekly trending repos in Haskell](https://github.com/trending/haskell?since=weekly).
-
Hi,
I am really interested in Cardano and Plutus and I would like to know if there is any published or draft paper available that provides the formal semantics of Plutus. (I have read the documenta…
-
Why cannot pair and list be represented as
```
DefaultUniList :: DefaultUni a -> DefaultUni [a]
DefaultUniPair :: DefaultUni a -> DefaultUni b -> DefaultUni (a, b)
```
Is `DefaultUni (Esc a)`…
-
So far I am sorting by timestamp but I should sort secondarily on package id too.