Ever Platform
RoadmapIdeasDeveloper ToolsSDK
Search
⌃K
Links
About Ever Platform
Sandbox endpoint
Quick Start
Use cases
Infrastructure Provider
Community-driven development
Custom development
Products
Evercloud
Dedicated Cloud/Node
Dapp Server (DS)
Simple Emulator (SE)
Network Emulator (NE)
Functionality comparison
Samples
GraphQL Samples
Send message
Network Config
Blocks
Accounts
Transactions
Messages
Block and Transaction Pagination: Best Practice
Message Processing and Monitoring
Subscribe for REMP receipts
Reference
GraphQL API
Evercloud API Add-ons
Changelog
Breaking changes
SDK and tools
everdev
Client Libraries
Guides
How to connect to GraphQL API
😊
Social
Feedback page
Telegram
Discord
Powered By GitBook

Send message

How to send a message to blockchain
Use mutation postRequests for this.
You can send a batch of queries with this API.
Use this function to calculate message hash.
mutation{
postRequests(requests:[
{
id: "tvm-hash-of-message-boc-in-base64"
body: "message-body-in-base64"
}
])
}
​
Samples - Previous
GraphQL Samples
Next
Network Config
Last modified 10mo ago