Skip to main content

Questions tagged [build]

The tag has no usage guidance.

1 vote
2 answers
92 views

Documentation for developing a personal Cardano project

I am looking to build a personal project related to Cardano. Are there any documents on libraries or APIs to implement functionalities such as checking balance, transferring funds, etc.?
Solider's user avatar
  • 13
0 votes
1 answer
89 views

Error when trying to build my Plutus project using nix-shell

I am getting the following error after running cabal build using nix-shell: cabal: Could not resolve dependencies: [__0] next goal: Win32-network (user goal) [__0] rejecting: Win32-network-0.1.1.0/...
Falcon Stakepool's user avatar
0 votes
0 answers
58 views

Error building in the latest Plutus Apps: Failed to build postgresql-libpq-0.9.4.3* Missing (or bad) C library: pq

Im having problems building my projects using the the latest plutus apps: commit 33c6e81ba4ab9cbb42870bbb6f916f8b4e2c7b3e (HEAD -> main) Starting postgresql-libpq-0.9.4.3 (all, legacy fallback) ...
Manu Padilla's user avatar
2 votes
4 answers
338 views

Using carano-cli How Do I send All of the ADA from a wallet?

I am trying to build a transaction with a wallet that has 6 ADA. The transaction fee is 165721 lovelaces. So 6000000 - 165721 = 5827019 lovelaces. But when i try to send 5827019 lovelaces I get an ...
D0n's user avatar
  • 21
0 votes
1 answer
64 views

Why does building cardano-node require unreasonable amounts of disk space?

What is the reason behind the build process with nix requiring so much disk space when building cardano-node? I totally understand when video games with 4K videos, high resolution textures, large ...
DaveStrider's user avatar
0 votes
1 answer
283 views

Week 4 issue with Cabal build: Not in scope: type constructor or class 'JWT.EncodeSigner'

When running cabal build or cabal repl in the core/week04 folder I get the following error message when building the playground-common-0.1.0.0 package: src/Auth.hs:130:41: error: Not in scope: ...
wildcatmik's user avatar
1 vote
0 answers
43 views

cabal repl error

When I run cabal repl in the week01 folder I get an error message that states the following */plutus-pioneer-program/code/week01/dist-newstyle: createDirectory: permission denied (Permission ...
SidneyN's user avatar
  • 11
3 votes
3 answers
318 views

send token / asset by cardano-CLI

i am looking so long, but till now didnt find a complete answer about : how to send a token / asset from cardano-cli. can you please help me to go in details about build the transaction from the CLI ? ...
TTS17's user avatar
  • 346
1 vote
2 answers
45 views

build okay locally, but fails in playground

I am trying to compile the Homework01.hs The build locally on Linux passes when I do :l src/Week02/Homework1.hs Prelude PlutusTx Ledger.Scripts> :l src/Week02/Homework1.hs [1 of 1] Compiling Week02....
wakathi's user avatar
  • 100
2 votes
2 answers
248 views

Trouble fulfilling: base, libsystemd-journal, lobemo-scribe-systemd

2 days stucked with this (running on Ubuntu): [nix-shell:~/plutus-pioneer-program/code/week01]$ cabal build Warning: Requested index-state 2021-10-20T00:00:00Z is newer than 'hackage.haskell.org'! ...
xserra68's user avatar
0 votes
1 answer
82 views

Need help installing pioneer-based code on intel Mac (Big Sur)

I'm following the instructions laid out in https://docs.plutus-community.com/docs/setup/MacOS.html to setup my intel Mac (Big Sur) dev environment for cohort 3 of the pioneer program and having issues....
Steve Mason's user avatar
1 vote
1 answer
88 views

segmentation fault when building Plutus-playground.server

I'm following the instructions for installing the Plutus-playground found here I discovered I must execute the following before step 10 git clone https://github.com/input-output-hk/plutus-apps.git I ...
XiTouch's user avatar
  • 349
0 votes
1 answer
45 views

Cannot build cardano-wallet-2021-12-15

I'm trying to build cardano-wallet with cabal. However, it fails wit the following error: [19 of 20] Compiling Cardano.Ledger.TxIn ( src/Cardano/Ledger/TxIn.hs, dist/build/Cardano/Ledger/TxIn.o, dist/...
emesik's user avatar
  • 816
3 votes
1 answer
366 views

Errror cardano-cli build-raw: AssetName deserisalisation failed expecting hexadecimal digit

I am trying to figure out what's wrong but I do not see it, is my command really wrong? do I need to encode the token name with something? Get a different cardano-cli executable? transaction build-raw ...
dzCodes's user avatar
  • 68
0 votes
2 answers
283 views

Impossible to install ghc 8.10.4

with cabal build all, i receive the message below [13 of 14] Compiling Generics.SOP.Instances ( src/Generics/SOP/Instances.hs, dist/build/Generics/SOP/Instances.o, dist/build/Generics/SOP/Instances....
TTS17's user avatar
  • 346

15 30 50 per page