xdapp-book/projects/messenger
spacemandev 55dde56cfa added tilt install instructions 2022-05-21 14:39:50 -05:00
..
chains adding algorand 2022-05-19 14:00:33 -05:00
tests adding algorand 2022-05-19 14:00:33 -05:00
.gitignore adding algorand 2022-05-19 14:00:33 -05:00
README.md cleaned up environment variables from xdapp.config.json 2022-05-19 04:56:03 -05:00
example.xdapp.config.json added tilt install instructions 2022-05-21 14:39:50 -05:00
messenger.js adding algorand 2022-05-19 14:00:33 -05:00
package-lock.json adding algorand 2022-05-19 14:00:33 -05:00
package.json adding algorand 2022-05-19 14:00:33 -05:00

README.md

Messenger

This program passes messages between the various connected chains. It has a config (xdapp.config.json) that you'll usually find in xDapp Projects which outlines the RPC endpionts for various networks. It also has a messenger.js, the main orchestration file that is in charge of carrying out the various tasks for each of the networks, like deploying code and interacting with contracts.

Test

npm run test

xdapp.config.json

TODO

messenger.js

TODO