I am a smart contract developer using Rust and have experienced Cosmos blockchain. IBC seems recent technology and wanna implement IBC token transfer from Cosmos Hub to my own Cosmos chain. There should be a relayer but not sure where to start. And also Cosmos docs does not give me proper instructions.
I used Ignite CLI tool to make a local chain but not sure if I should implement token transfer module(using ICS-20).
So my questions are below:
It can be solved using IBC relayer like TypeScript Relayer(github.com/confio/ts-relayer), Go relayer or Hermes relayer.