I’m having an issue working the tutorials on Plutus playground. I posted on stack overflow.
I’m trying to figure out why there are Interpreter Errors.
I posted more information on Stack Overflow but the last question I had they closed it, I’m new to Haskell and Plutus and I’ve read the whole Plutus book. I’m just trying to learn this and would be grateful for help.
Interpreter Errors
error:
• Variable not in scope: endpoints :: Contract s0 T.Text a0
• Perhaps you meant ‘endpoint’ (imported from Language.Plutus.Contract)
|
101 | main = printJson $ stage endpoints “”[{\“blocks\”:10,\“tag\”:\“AddBlocks\”},{\“blocks\”:10,\“tag\”:\“AddBlocks\”}]"" “[{“simulatorWalletBalance”:{“getValue”:[[{“unCurrencySymbol”:”"},[[{“unTokenName”:""},10]]]]},“simulatorWalletWallet”:{“getWallet”:1}},{“simulatorWalletBalance”:{“getValue”:[[{“unCurrencySymbol”:""},[[{“unTokenName”:""},10]]]]},“simulatorWalletWallet”:{“getWallet”:2}}]"
| ^^^^^^^^