State-Channel-4 / backend

Backend code to synchronize users actions in the app to the state of the smart contract
0 stars 0 forks source link

Feat/nico/sync contract #33

Closed NicoSerranoP closed 1 year ago

NicoSerranoP commented 1 year ago
  1. Use typechain for contract types
  2. Sync backend data to contract data
  3. set syncToBlockchain in every interaction

Note: There are a few of pending items:

  1. The likes syncToBlockchain is still pending, I haven't go deep into the implementation of nonces.
  2. The EIP signature is not sent by the backend yet

Closes #30