astroport-core icon indicating copy to clipboard operation
astroport-core copied to clipboard

feat(Astroport api ts lib): add auto-generated Astroport API TypeScript library

Open epanchee opened this issue 3 years ago • 3 comments

epanchee avatar Dec 08 '22 13:12 epanchee

hi i really like the idea of using ts-codegen to generate the type, is there any reason we haven't merged this in? i noticed ts-codegen use cosmjs but on Terra it's better to use terra.js, do you see any issue mixing them together?

dev8723 avatar Apr 23 '23 05:04 dev8723

while i try to use ts-codegen cli to generate type for astroport-token contract (i pick this one cause i think it's the simplest one), i get this error, have you seen anything like this?

MissingPointerError: Token "Cw20Coin" does not exist.
Screenshot 2023-04-22 at 10 10 55 PM

dev8723 avatar Apr 23 '23 05:04 dev8723

while i try to use ts-codegen cli to generate type for astroport-token contract (i pick this one cause i think it's the simplest one), i get this error, have you seen anything like this?

MissingPointerError: Token "Cw20Coin" does not exist.
Screenshot 2023-04-22 at 10 10 55 PM

never mind, find a workaround here

dev8723 avatar Apr 23 '23 05:04 dev8723