-
Hi Austin,
thanks for your great work, that's really impressive.
I followed your description on my gh codespace and was able to build the image and got the sandbox container to run successfully.
…
-
### Describe the feature you'd like
I would like to have a feature like this
```
dataToHash :: ToData a => a -> BuiltinByteString
dataToHash = ...
```
(I would also like the hash to fit into 28 …
-
I'm not sure what is going on. I get the following while trying to build transaction.
```
% ./start-app.sh
Writing Swagger file ...
parsing Config ...
Loading Providers ...
Starting server at…
-
I'm trying to use lucid to chain transaction, meaning to create a transaction that consumes output from another transaction in mempool, which is yet to be confirmed on-chain, it is possible to do it […
-
## Preface
This issue is a continuation of #5777 (I'm going to call it "the previous issue") and offers a different perspective. Reading the previous issue is a prerequisite for reading this one.
…
-
UPLC and Plutus Ledger API is independent of each other. UPLC defines the "instruction sets" for the smart contracts while Ledger API defines structure of data provided by nodes to each scripts. Diffe…
-
### Describe the feature you'd like
Currently the signature of `writeBits` is:
```haskell
-- | Given a 'BuiltinByteString', a list of indexes to change, and a list of values to change those
-- i…
-
**Describe the bug**
I am attempting to produce a Nix flake of the [Plutus Pioneer Program](https://github.com/nkarl/plutus-pioneer-program) so that I could use `nix develop` instead of Docker (I g…
nkarl updated
1 month ago
-
Pretty soon it'll be time to start moving over the `uplc` crate into a crate in this monorepo. Perhaps named `pallas-plutus`.
This will serve as a parent issue to divisible subtasks so that anyone …
rvcas updated
1 month ago
-
We are now approaching what could perhaps be called an alpha for KPlutus. We need to make sure that KPlutus behaves "as expected" for the large test files in `benchmark-validation-examples` and `nofi…