Skip to content

Instantly share code, notes, and snippets.

View Ericktz's full-sized avatar

Erick Carreño Maggi Ericktz

  • Universidad Diego Portales
  • Santiago, Chile
View GitHub Profile
//
// GuessToWin.solpp
//
// Simple contract allowing anyone to guess secret passwords. If they guess any right, they
// will be awarded an amount of Vite based on the amount funded to the contract.
//
// Contract initially has no rewards balances stored. Any user can create rewards for a guess
// by calling the Fund function and providing the appropriate hash of the secret guess they
// would like to award, along with a patment of the amount of Vite they want to fund the award with.
//