B.Lynnity
My notes on developing on the the Internet Computer.
Organic Apps: A guide to writing canisters for the Internet Computer. Explains low-level details.
Monic: Explains how to create a 454-byte canister, then builds on it to yield a script that produces canisters that serve the contents of a given file on the web.
Epic: A script that produces canisters that can serve entire static websites, like this one.
Echo server: Prints the incoming HTTP-request Candid blob in hex.
Please Explain: An online tool that decodes and explains a given Candid blob.
Internet Computer HTTPS Interface: A simple web agent.
Internet Computer agent from scratch: More details on web agents, and how to build one from scratch.