This is a simple demo to send AVAX via squid to ComosHub. Receiver address is currently hardcoded
Node 16 yarn
Install dependencies using yarn
yarn installCopy env.example
cp .env.example .envUpdate environment files with privateKey
privateKey=0x ...
targetAddress="EVM or Cosmos address";Execute test
yarn test