Skip to content

Commit

Permalink
Add link to learn section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Sep 20, 2024
1 parent 1d28763 commit c1cd2c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/build/autonomous-smart-contract/send-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ The execution of scheduled messages depends on network conditions and the provid
2. Use appropriate validity periods to balance execution likelihood and timeliness
3. Carefully manage contract state and handle potential race conditions

:::note
Find more information about autonomous smart contracts in the [Massa documentation](https://docs.massa.net/docs/learn/architecture/basic-concepts#autonomous-smart-contract-execution).
:::

## Conclusion

The `sendMessage` function is a powerful tool for creating autonomous systems on Massa. While it offers great flexibility, developers must carefully consider execution dynamics and implement appropriate safeguards to ensure reliable operation of their Autonomous Smart Contracts.

0 comments on commit c1cd2c1

Please sign in to comment.