Relayer
Info on relayers for running IBC relayers.
Defund currently requires two relayers to run. The Hermes relayer is required for ICA messages to properly run while the Defund custom Ts-Relayer is required for both interchain querying and IBC Cosmwasm messages. Alternatively, you can run the Defund-specific Golang relayer but this relayer is not updated as often as the other relayers.
Defund is also currently working on a new multi-threaded, parallelized relayer built-in Julialang. This should improve interchain querying and interchain transacting substantially by giving the ability to scale IBC transacting speed proportionally to increasing machine thread count.
git clone
https://github.com/defund-labs/ts-relayer
cd ts-relayer
npm install
npm run build
npm link
Follow the normal instructions within the repo to configure and start the relayer.
####### Currently Out Of Date ########
Coming soon!!!!!
Last modified 7mo ago