Canister is out of Cycles but I still have cycles
I am new to motoko and am trying to deploy an app onto the ICP Network. When i try to run
Creating and Serving an HTML File on Motoko Playground
I’m learning Motoko using the Motoko Playground on the Internet Computer, and I need to create and serve an HTML file from my Motoko backend. I’m not sure how to set up the project structure to include an HTML file and modify the Motoko code to serve this file. Could someone provide a step-by-step guide on how to achieve this? Any help would be greatly appreciated!
Unbound Variable error in motoko query function
If i use the async keyword before declaring the return data type here(which i should), i get an “unbound Variable” error
My canister doesn’t launch, trying to read the docs about buffer & the tutorial
I’m doing the motokobootcamp.com chapter 1 and trying this simple code, the canister doesn’t run on Gitpod.