#### Description #### Implement [ICS-20](https://github.com/cosmos/ibc/tree/main/spec/app/ics-020-fungible-token-transfer) for Golden Gate. #### Definition of "Done" #### We should be able to use ICS-20 to transfer tokens from a test chain to Golden Gate. #### Suggested Solution #### Implement an `ink!` interface for ICS-20 using [`substrate-ibc`](https://github.com/octopus-network/substrate-ibc).
Description
Implement ICS-20 for Golden Gate.
Definition of "Done"
We should be able to use ICS-20 to transfer tokens from a test chain to Golden Gate.
Suggested Solution
Implement an
ink!interface for ICS-20 usingsubstrate-ibc.