/BMR

Bridge Messaging Relayer designed to read on-chain events & execute functions.

Primary LanguageGo

BMR

A generalized data messaging protocol designed to carry messages across chains.

Installation

go install

Development Server

make watch # hot reloads on server

or

air # https://github.com/cosmtrek/air required

Production

go build
bmr start 

Generate ABI in GoLang

abigen --abi=Loopso.abi --pkg=contracts --type=Loopso --out=Loopso.go