Skip to main content

Questions tagged [plutus-starter]

The tag has no usage guidance.

1 vote
1 answer
50 views

I am getting error while using "cabal build all" cmd

I am new to plutus. I am trying to learn plutus for which I am using "plutus-starter" code to begin. while using "cabal build" i am getting following error: Resolving dependencies.....
krishna babu's user avatar
0 votes
1 answer
28 views

scriptCurrencySymbol in V1 libs to mint assets

I'm using the latest Plutus-Stater project with this script module FreeMinting where import Control.Monad hiding (fmap) import Data.Aeson (ToJSON, FromJSON) ...
Cristovao Morgado's user avatar
1 vote
1 answer
222 views

VSCode HLS not working for plutus project

System Info: Ubuntu :20.04 I am trying to get VSCode HLS extension working for plutus based project but seeing below error in output. Failed to get project GHC version: no cradle [Info - 3:27:24 p.m.]...
sumit bakhli's user avatar
0 votes
1 answer
132 views

Any up to date Plutus tutorials for how to use the Emulator Trace?

I've recently updated my plutus-starter based app to the latest version, and it now references plutus-apps v0.1.0, and there are a lot of changes compared to what I started with in January. It seems ...
marcel_g's user avatar
  • 229
1 vote
0 answers
35 views

strange cabal build behaviour - won't detect changes to code file

This might have something to do with me working in a docker container, that is an ubuntu version of linux, with nix installed and plutus-starter cloned. I'm currently updating a plutus script I wrote ...
marcel_g's user avatar
  • 229
0 votes
1 answer
37 views

Did I update Plutus Apps Repo Wrong?

I just did a git pull updating my plutus repos from the one used in plutus pioneers 3 to the full state. I did not choose to move the HEAD to the commit mentioned and wanted to see what happens if I ...
KryptoKing's user avatar
1 vote
1 answer
57 views

Where does the PAB run?

I understand that PAB is a backend that: provides a standardized environment in which Plutus applications run provides disciplined state management presents discoverable interfaces to the external ...
Falcon Stakepool's user avatar
7 votes
1 answer
78 views

DAO Smart Contract on Cardano

Are there any resources available specific to creating a DAO on Cardano? I am interested in seeing any examples of DAOs on Cardano or technical articles on this topic. Thanks
Deano's user avatar
  • 100
0 votes
1 answer
80 views

Plutus-Starter Starter PAB backend server does not return wallet id

Server seems to have built ok: [nix-shell:~/plutus/plutus-starter]$ cabal build plutus-starter-pab Resolving dependencies... Up to date I am using Plutus-Starter project on Macbook Monterey M1 but ...
Deano's user avatar
  • 100
1 vote
1 answer
202 views

Bad File Descriptor on nix-build of Plutus-Apps on Mac M1

I am seeing an error building Plutus-Apps on Mac M1. After precisely following https://github.com/renzwo/cardano-plutus-apps-install-m1/blob/main/README.md UPDATE: This did resolve. These errors ...
Deano's user avatar
  • 100
3 votes
2 answers
179 views

Starting a new Plutus Project

I've read a few threads on Cardano Stack exchange on how to start a new Plutus project, but there doesn't seem to be a satisfying answer. I've read the following: plutus starter course How to Start a ...
Domy2018's user avatar
2 votes
2 answers
108 views

can't understand which part of the code is not "PlutusTx"

I'm trying to write a very simple NFT minting policy myself and I can't get rid of the following error Program error: GHC Core to PLC plugin: E043:Error: Reference to a name which is not a local, a ...
Michele Nuzzi's user avatar
0 votes
0 answers
44 views

Cannot send a transaction using Plutus

I get the following error when I try to send a transaction that locks some ADA in a UTXO: [pab:Warning:41] [2022-01-28 11:58:42.88 UTC] WalletClientError "ConnectionError (HttpExceptionRequest ...
Attilah's user avatar
  • 381
1 vote
1 answer
129 views

How do I `:reload` in `ghci`

I copied the plutus-starter template: https://github.com/input-output-hk/plutus-starter and created a file BasicPlutusTx.hs (and added it under exposed-modules in the .cabal file). Then I started ...
dspyz's user avatar
  • 123
0 votes
0 answers
36 views

"No unfolding" error in Visual Studio Code

I copied the Plutus starter template, Plutus Platform starter project, and created a file, BasicPlutusTx.hs (and added it under exposed-modules in the .cabal file). Then I started copying over all the ...
dspyz's user avatar
  • 123

15 30 50 per page