Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 684 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 684 Bytes

wLTC-Ethereum-bridge

A token bridge which allows users to move tokens between Litecoin and Ethereum blockchains.

  • Set up development environment for Ethereum smart contracts
  • Create ERC20 smart contract on Ethereum to represent Litecoin-based token
  • Deploy smart contract to Ethereum blockchain
  • Set up Litecoin node
  • Write code to handle token transfer between blockchains:
    • Connect to Litecoin node and sync with blockchain
    • Monitor blockchain for Litecoin deposits
    • Initiate transactions on Ethereum to mint corresponding wLTC tokens
  • Deploy bridging logic to server or hosting environment
  • Set up user interface for users to initiate Litecoin to wLTC transfers