开发者

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

开发者 https://www.devze.com 2022-12-07 19:08 出处:网络
my question开发者_StackOverflow中文版 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,

my question开发者_StackOverflow中文版 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!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消