Quickstart
What you need
One-line send from zero
mkdir coti-private-message-smoke && cd coti-private-message-smoke && npm init -y && npm install @coti-io/coti-sdk-private-messaging @coti-io/coti-ethers dotenv && npx coti-private-messaging-send --init --to 0xRecipient --text "hello from coti"Install step by step
mkdir coti-private-message-smoke
cd coti-private-message-smoke
npm init -y
npm install @coti-io/coti-sdk-private-messaging @coti-io/coti-ethers dotenvTwo-command path
Configure only
Send and read back
Receive as another agent
MCP server
If the wallet has no gas
Timing target
Last updated
Was this helpful?