-
### Describe the feature you'd like
PlutusTX has been renamed to Plinth. We need to identify all assets that need to be updated, deprecated or taken offline to reflect the new name. This will need …
-
## Area
[] *Plutus Foundation* Related to the GHC plugin, Haskell-to-Plutus compiler, on-chain code
[x] *Plutus Application Framework* Related to the Plutus application backend (PAB), emulator, Pl…
-
https://github.com/input-output-hk/plutus-pioneer-program/tree/main/code
and
https://plutus-pioneer-program.readthedocs.io/en/latest/pioneer/week1.html
-
**Describe the bug**
TransactionBuilder.build_and_sign does not seem to correctly build the witness set if the Certificates are constructed using ScriptHash rather than StakeKeyHash.
I am attempt…
-
### Describe the feature you'd like
Here's the corrected text with spelling and grammar improvements, while keeping the original meaning intact:
---
### 1. Background:
Plutus was introduced …
-
In GitLab by @kwanzknoel on Jul 26, 2021, 23:48
# Support for Plutus Core backend
- [Specification](https://hydra.iohk.io/build/5988492/download/1/plutus-core-specification.pdf)
- [Plutus Core sourc…
-
In GitLab by @kwanzknoel on Jul 26, 2021, 23:48
# Support for Plutus Core backend
- [Specification](https://hydra.iohk.io/build/5988492/download/1/plutus-core-specification.pdf)
- [Plutus Core sourc…
-
# Sucessful install but `MyPlutusStarter` does not work.
1. Install nix https://nixos.org/download.html
2. Edit `/etc/nix/nix.conf` to include IOHK binary caches. (https://github.com/input-output-…
-
### Describe the feature you'd like
I've been trying to run a simple state machine on **PAB** over **Cardano Testnet** as follows:
```haskell
tt
-
Following the [cabal getting stared](https://cabal.readthedocs.io/en/3.4/getting-started.html) guide, I created a project structure like this
In Atom I then get an error like this
```
/User…