1. The Azle Book (Release Candidate)
  2. Candid RPC or HTTP Server
  3. Candid RPC (AI-generated)
    1. Get Started
    2. Examples
    3. Canister Class
    4. @dfinity/candid IDL
    5. Decorators
      1. @query
      2. @update
      3. @init
      4. @postUpgrade
      5. @preUpgrade
      6. @inspectMessage
      7. @heartbeat
      8. @onLowWasmMemory
    6. IC API
      1. call
      2. candidDecode
      3. candidEncode
      4. canisterCycleBalance
      5. canisterSelf
      6. canisterVersion
      7. chunk
      8. clearTimer
      9. cyclesBurn
      10. dataCertificate
      11. inReplicatedExecution
      12. isController
      13. msgArgData
      14. msgCaller
      15. msgCyclesAccept
      16. msgCyclesAvailable
      17. msgCyclesRefunded
      18. msgMethodName
      19. msgReject
      20. msgRejectCode
      21. msgRejectMsg
      22. msgReply
      23. performanceCounter
      24. randSeed
      25. setTimer
      26. setTimerInterval
      27. time
      28. trap
  4. HTTP Server (Experimental)
    1. Get Started
    2. Examples
    3. Deployment
    4. Project Structure
    5. Servers
    6. Assets
    7. Authentication
    8. fetch
    9. npm
    10. Tokens
    11. Bitcoin
    12. Ethereum
    13. Databases
    14. Cycles
    15. Debugging
    16. Limitations
    17. Reference
      1. Autoreload
      2. Environment Variables