Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 420 Bytes

File metadata and controls

27 lines (23 loc) · 420 Bytes

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