Hi all, I’ve started a video series for the Dfinity Foundation, working through how to go from nothing to building a full-stack application in Motoko. Episode 1 covers getting started with a development environment, and in the coming weeks, I’ll walk through CRUD functionality, Auth, Upgrades and more. I hope this series becomes a helpful resource!
I’ll post subsequent videos to this thread to prevent things from getting spammy.
We are always looking for community feedback on all our educational content! Let us know your thoughts in the #tutorial channel of our Discord here: https://discord.gg/cA7y6ezyE2
Great, can you cover how to audit canister to make sure the messages are consistent? This functionality is mentioned in the intro but don’t see it in the example code
Do you mean like, cryptographically verifying the response of queries? That’s not a trivial concept to break down, and I’d want to defer to some of our experts on it
ps i asked about the possibility on the sqlite/fossil forum. I mentioned Dfinity IC as the platform and the admin deleted my account and deleted my question. I was quite shocked. oh well! been kicked out of nicer places then that. -cheers
Well, verifying transactions is the basic premise of blockchains right? History being easily verifiable should be part of the core value proposition.
I mostly see documentation around consensus between duplicate canisters, which is something rather different. Looking for auditing on single canister.
I don’t know if this is the right place to ask this, but I’m looking for motoko tutorials on you tube.
I think I need to build Internet Identity(4:38~), but II(idp-service(code . /idp-service(4:38~) ) is not explained in the video. What do I setting II if so?