Can I sign transaction on backend using javascript on ImmutableX chain?

96 Views Asked by At

my question is basically written in title, but for more details, I am using node.js, I read immutableX documentation and review there SDKs, but nothing on javascript, I want to sign the transaction in cloud function(firebase) on immutableX chain. Main goal is to transfer ERC20 tokens from one wallet to another. In my case, token which I want to transfer is GODS. Thanks!

1

There are 1 best solutions below

1
DreamingCodes On

Well, I've never used ImmutableX but I think that for transferring ERC20 tokens you can use any library that can interact with Ethereum contracts like web3js

https://piyopiyo.medium.com/how-to-send-erc20-token-with-web3-js-99ed040693ce