From 8510cdcf4d1e59d1f8778f08a7ea44368b632547 Mon Sep 17 00:00:00 2001 From: Daniil Naumetc Date: Fri, 18 Feb 2022 18:46:43 +0100 Subject: [PATCH] chore: warning to MessageTemplate --- docs/dev/xapps.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/dev/xapps.md b/docs/dev/xapps.md index af2ea9e..59d4922 100644 --- a/docs/dev/xapps.md +++ b/docs/dev/xapps.md @@ -28,6 +28,8 @@ This repository has several examples one can use to build understanding around C ### xApp Template +**Important!** The template supported Solidity version is **<0.8**! + [This is a template](https://github.com/nomad-xyz/nomad-monorepo/tree/main/solidity/nomad-xapps/contracts/xapp-template) provided by the Nomad team that shows the high-level components of an xApp, ready for one to fill in their own application logic and utilize an Nomad channel for cross-chain communication. To implement a xApp, define the actions you would like to execute across chains. @@ -93,4 +95,4 @@ See the full-length [Nomad Governance Documentation](./governance.md) for in-dep - **Dispatching Message to Nomad Channels**: - receive instructions on the local chain (via local users and contracts calling functions on the contract) - encode the instructions into bytes using standardized message format - - dispatch the bytes-encoded message to Nomad (to be sent to a remote chain) \ No newline at end of file + - dispatch the bytes-encoded message to Nomad (to be sent to a remote chain)