relayer-archive icon indicating copy to clipboard operation
relayer-archive copied to clipboard

An example of a server side IBC relayer to be used for Game of Zones and beyond

Results 12 relayer-archive issues
Sort by recently updated
recently updated
newest added

~/go/src/github.com/cosmos/relayer$ rly paths add ibc0 ibc1 demo-path -f demo/path.json Error: channel must be either 'ORDERED' or 'UNORDERED' is '' channel must be either 'ORDERED' or 'UNORDERED' is ''

Currently the relayer uses the file backend from `99deisgns/keyring` to store all key material. We should also look at the ability to use a ubihsm or other hardware key.

enhancement
design
security