decipherhub / ibc-go

Interblockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
1 stars 1 forks source link

Set test environment #4

Open boosik opened 1 year ago

boosik commented 1 year ago

Summary

We need 2+ chains based cosmos-sdk, and one relayer. Also we need to connect each chain and relayer, so it is better making auto test environment.

  1. Making script or infrastructure for initiating chain instances, and relayer.
  2. Making configuration for connecting chain and relayer.
Woojinger commented 1 year ago

Do you consider using the Github actions runner?

It seems like IBC-go already uses actions runner

boosik commented 1 year ago

Yes, I also prefer to use github actions.