create new cosmos denom from JS? #10064
-
In the vbank, we have Is there an API to create other cosmos denoms from JS? @michaelfig do you know? |
Beta Was this translation helpful? Give feedback.
Answered by
michaelfig
Sep 17, 2024
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dckc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BankManager#addAsset
is the API you want. That maps any Cosmos denom string to an ERTP mint or issuer. Send some of that ERTP to a bank purse, and it will be reflected as the designated denom in the corresponding address'sx/bank
account.