Expand description
Example implementations for the TAP core library.
This module provides example usage patterns for the TAP core library and is intended for educational purposes only.
Re-exports§
pub use didcomm_message_example::*;pub use invoice_examples::*;pub use policy_examples::*;pub use thread_examples::*;
Modules§
- didcomm_
message_ example - Example usage of the new DIDComm Message approach for TAP messages.
- invoice_
examples - Examples for using the Invoice and Payment functionality.
- policy_
examples - Examples for using policies according to TAIP-7.
- thread_
examples - Examples for thread management and messaging workflows.