Skip to content

SynergyNodes/CW20-ICS20-IBC-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

CW20-ICS20-IBC-Transfer

Testnet CW20-ICS20 IBC Relayer

[Testnet CW20 transfer from Juno to Sei]

[Testnet CW20 transfer from Juno to Sei]

Links

# Add Sei atlantic-1 to Keplr Wallet
https://testnets.cosmosrun.info/

# Add Juno uni-3 to Keplr Wallet and also Create a CW20 token
https://junomint.com/

# Allow CW20 token contract address and Send CW20 token using following link
https://blueprints.juno.giansalex.dev/#/contracts/juno16gckhheyql9f85r9ydmazdccc0pnwxx5xxxrwltygtx3kxjg57ksamkpym

# Encode / Decode base64
https://www.base64encode.org/

# CSW-ICS20 Contract
https://github.com/CosmWasm/cw-plus/tree/main/contracts

Allow Code

{
  "allow": {
    "contract": "<cw-20-token-contract-address>"
  }
}
# Example 

{
  "allow": {
    "contract": "juno1d3pnlc086evh7d277vak6tpz6gmvw6gr6plwxzf5n2tl9zdtwf7qrdsn44"
  }
}

Send Code

{
  "send": {
    "contract": "juno16gckhheyql9f85r9ydmazdccc0pnwxx5xxxrwltygtx3kxjg57ksamkpym",
    "amount": "100000000",
    "msg": "<encoded-message>"
  }
}
# Example

{
  "send": {
    "contract": "juno16gckhheyql9f85r9ydmazdccc0pnwxx5xxxrwltygtx3kxjg57ksamkpym",
    "amount": "100000000",
    "msg": "eyJjaGFubmVsIjoiY2hhbm5lbC03OSIsInJlbW90ZV9hZGRyZXNzIjoic2VpMWZyYXJxZXhzeTVtODJkbDdjMzlqeGY2bmt4Znl0cnQwY3Z6d2F5In0="
  }
}

About

Testnet CW20-ICS20 IBC Relayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published