Candid RPC
Chapter 3 has been generated by AI based on our repository. The generated documentation is valuable, though it has not yet been meticulously reviewed by human beings. Please refer to the examples and the
JSDocs
of the imports fromazle
for the most up-to-date and accurate documentation.
This section documents the Candid RPC methodology for developing Azle applications. This methodology embraces ICP's Candid language, exposing canister methods directly to Candid-speaking clients, and using Candid for serialization and deserialization purposes.
Candid RPC is now in the release candidate phase, and is heading towards 1.0 imminently.
Quick Navigation
- Get Started - Installation and deployment guide
- Examples - Working examples and best practices
- Canister Class - How to structure your canister
- @dfinity/candid IDL - Type definitions and serialization
- Decorators - Method decorators for canister entry points
- IC API - Internet Computer platform APIs