Custom Messaging
This guide explains how to send a custom message in the P2P network using Othentic Stack.
Read More
1
Enable Custom Messaging
To enable the custom P2P messaging feature, Update the Aggregator or Attester node with the following option:
othentic-cli node aggregator \
--json-rpc \
--json-rpc.custom-message-enabled
othentic-cli node attester \
/ip4/127.0.0.1/tcp/9876/p2p/<BOOTSTRAP_NODE_ID> \
--json-rpc \
--json-rpc.custom-message-enabled
2
Last updated