lightstreams-network / lightchain

Fast proof-of-authority blockchain based on go-ethereum and tendermint
https://lightstreams.network
GNU General Public License v3.0
55 stars 16 forks source link

Cross-Chain Transfer #188

Open shibaozhen185 opened 5 years ago

shibaozhen185 commented 5 years ago

Hello, how can I transfer accounts between two LinhtChain block chains?

ggarri commented 5 years ago

Hi @shibaozhen185

in order to allow Inter blockchain(IBC) transfer it is required the integration of an IBC protocol such a Cosmos IBC or any others. We are already planning the work to integrate Cosmos IBC protocol as soon as the Cosmos team completes a stable version of it.

There is another issue open regarding the same topic https://github.com/lightstreams-network/lightchain/issues/180

azappella commented 5 years ago

Hi @shibaozhen185

Do you mean unlocking an account that exists on one private "lightchain" network and using that same account on another private "lightchain" network? If so, it would just be a matter of copying the keys from one place to another, then unlocking the account. You can see more documentation here: https://github.com/ethereum/go-ethereum/wiki/Managing-your-accounts