Hello:
I am rather new to this software. I made some progress, I can setup dual nodes in Linux and issue some tokens.
Now, I want go one step further, the details:
On node1, create chain1, and create token called DollarETH1 for 200 units; on node2, create chain2, and create token called DollarETH2 for 200 units.
Then I will send 100 DollarETH1 from node1 to node2 in node2’s address, then I will send 100 DollarETH2 from node2 to node1. Thus simulate multi-chain wallet to send and receive tokens, like: send USDT to and from ERC20/BEP20 networks.
I think I can do this by hand.
But I would like you provide some ideas on how to do this by API, like JavaScript or Python on Linux.
I want to know how to select different network via API.
However, after some time, if I am familiar those steps by API, then I want to go live, but then I can only use Windows 10.
I want to know how can I put the multi-chain wallet address under control of multi-chain in Windows 10.
Let’s say if I can create 2 addresses by third party software, I get their private keys. For one address, I want to be able to send and receive tokens via ERC20 and BEP20 network, as their address format is almost the same; I want to have another address can receive and send tokens via HECO network.
Please advice if it is possible via mutlichain, if possible, please give a general idea on how to proceed.
Thanks,