Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: warning to MessageTemplate #35

Merged
merged 1 commit into from
Apr 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/dev/xapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
- dispatch the bytes-encoded message to Nomad (to be sent to a remote chain)