Montspy / LooPyGen

Loopring Python Minter on Layer 2
17 stars 6 forks source link

WIP: Transfer tool #52

Closed Montspy closed 2 years ago

Montspy commented 2 years ago

New batch transfer tool for MetaMask wallets. TODO tracked here https://github.com/Montspy/LooPyMinty/pull/35#issuecomment-1119356665

sk33z3r commented 2 years ago

MM transfers from local Python

Montspy commented 2 years ago

React UI for transfer config

Montspy commented 2 years ago

Example transfer-config.json file (plaintext for now, but encryption with JWT should be a priority)

{
  "private_key": "0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef", # L2 private key
  "private_key_mm": "0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef", # L1 private key (MetaMask wallet)
  "sender": "0x1c65331556Cff08bb06c56fBb68FB0D1D2194F8A", # Sender wallet address, ENS or Loopring AccountID (MetaMask wallet)
  "fee_token": 1 # 0: ETH, 1:LRC, ...
}
Montspy commented 2 years ago

Closing as LooPyMinty functionality will be pulled into LooPyGen directly with PR #47