AVAX and DANA use cardano network.
I have run a cardano-cli on my own server and I can transfer ADA.
But, How can I use this server for AVAX and DANA?
Sending native tokens is described in: https://developers.cardano.org/docs/native-tokens/minting/#sending-token-to-a-wallet
Basically, you add "+<amount> <policy ID>.<asset name in hex>"
to your --tx-out
s to send that amount of that token. They have to be in one of the inputs, of course. And you have to distribute all tokens found in the inputs on the outputs.
You can also use transaction build
instead of transaction build-raw
to save the manual calculation of the transaction fee.
2 Likes