Skip to content

Hot service from Crust Mainnet to Elrond

Notifications You must be signed in to change notification settings

badkk/elrond-bridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elrond Bridge

Hot service from Crust Mainnet to Elrond

Des

The whole service will be like below:

1. Long running mainnnet event listener
2. event -> parse
3. {dest, amount} -> new Transaction
❌ 4. A1 = old account amount
5. transfer
❌ 6. A2 = new account amount
7. update db with {mainnet_nonce, success/failed, amount, dest, elrond_tx_hash(if success)}

For 7*, Temporarily write into log file

About

Hot service from Crust Mainnet to Elrond

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.9%
  • Shell 8.2%
  • Dockerfile 4.9%