You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figure out how to read ABI files and encode function calls into hex for the purposes of JSON-RPC
Find a Rust HTTP library and figure out how to make JSON POST requests from Rust
Figure out how to parse ABI-Encoded JSON-RPC responses into structured data
Implement the ability to read the state of pending ballots from the blockchain
Write glue code to integrate with an API for the purpose of sending emails / text messages
Test an end-to-end flow where the server reads the state of all pending ballots and send a notification to all relevant parties
Implement glue code to integrate with a database (T.B.D which database) for the purpose of keep tracking of which ballots and which participants we have successfully notified (so we don't renotify them)
Productionize / deploy
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: