Skip to main content

All Questions

Tagged with
0 votes
1 answer
68 views

How to call a endpoint with a new wallet in a already instantiated contract

So I have this code which uses a modified version of the [guess game] (https://github.com/agocorona/DAppFlow/blob/main/ContractExample/GuessGame.hs) which parameterizes the validateGuess script with a ...
agocorona's user avatar
1 vote
1 answer
62 views

How to get the final balances using the PAB+ the simulator?

I'm using the GuessGame: https://github.com/input-output-hk/plutus/blob/a36af17fd38db591865679916c819079ad51fda2/plutus-playground-server/usecases/Game.hs under the simulator, with this code main = ...
agocorona's user avatar