statechannels / dispute-game

A prototype of the dispute game in typescript and solidity.
MIT License
9 stars 0 forks source link

Write a Solidity interface #25

Open andrewgordstewart opened 3 years ago

andrewgordstewart commented 3 years ago

The goal of this task is to produce a draft Solidity interface, with the understanding that the API may change according to future gas optimizations, security requirements, etc.

Essentially, the solidity interface would be a rough translation of the current Typescript prototype's API.