plutus-starter icon indicating copy to clipboard operation
plutus-starter copied to clipboard

A starter project for Plutus apps

Results 12 plutus-starter issues
Sort by recently updated
recently updated
newest added
trafficstars

I use the devcontainer 1.0.14 to build the plutus starter. Here are my commands to create the container and to do the cabal build : ``` docker run -u root...

attempting to open latest in VS Code with a devcontainer fails due to there being no image on hub.docker.com with tag "v0.1.0" Is there going to be a new image...

Updated the plutus-apps dependency to v1.0.0-rc1 in preparation for the Vasil HF.

Hi , I run plutus demo on my AWS server with 8core, 32Gb. After start process with follow command: `cabal exec -- plutus-starter-pab --config plutus-pab.yaml --passphrase "Secure Passphrase" webserver` then...

I'm using current latest commit (e930b2f4317c8ec44df1414212a07f948c6f0324) and 2nd method (Cabal+Nix build) After getting into development environment with `nix-shell` command, I can use `cabal build` to build the project successfully. However...

``` Failed to build prettyprinter-configurable-0.1.0.0 (which is required by exe:plutus-starter-pab from plutus-starter-0.1.0.0). The failure occurred during the configure step. The build process terminated with exit code 127 ``` inputoutput/plutus-starter-devcontainer:latest using...

If i try to import for example : `import qualified Plutus.Script.Utils.V2.Typed.Scripts as PSU.V2` I end up with ``` Could not find module ‘Plutus.Script.Utils.V2.Typed.Scripts’ Perhaps you meant Plutus.Script.Utils.V1.Typed.Scripts (from plutus-script-utils-0.1.0.0) Plutus.Script.Utils.V1.Scripts...

- Move to CHaP - Introduce a nix-flake - Remove pab - Upgrade the game example for plutus-app1-1