axelarnetwork / axelar-gmp-sdk-solidity

Solidity libraries and utilities provided by Axelar.
27 stars 32 forks source link

doc: add erc-20x draft #1

Closed ggutoski closed 2 years ago

ggutoski commented 2 years ago

Need a public repo we can link to for this draft. This repo seems as good as any.

re1ro commented 2 years ago

I strongly suggest we should use strings instead of bytes for destination chain and recipient. It's the same data structure underneath (bytes), but strings provide us readability on etherscan etc @Foivos @sammy1991106

ggutoski commented 2 years ago

String might consume more space though---is that acceptable? eg. we could encode chain and recipient efficiently into bytes.