Skip to content

Instantly share code, notes, and snippets.

@marclar
Created November 9, 2017 15:41
Show Gist options
  • Save marclar/df67e1f315ca61bf68b6737e08c9dd56 to your computer and use it in GitHub Desktop.
Save marclar/df67e1f315ca61bf68b6737e08c9dd56 to your computer and use it in GitHub Desktop.
Some ideas for the 2017 Hackathon

Infrastructure stuff

Might be good to establish some best practices for common blockchain / smart contract scenarios.

  • Given that contracts are immutable, how can we release new versions? Maybe using a proxy contract that only points to the latest revision?
  • How can we schedule future executions?, Maybe by attaching a reward for whomever executes this contract at a certain date?

Tools

  • "bit" - easy CLI wallet with commands similar to Git. e.g., bit clone <wallet>, bit add <balance>@<friendwallet>, bit commit -m "Sending <balance> to <friend>, bit push. Important to have lots of autocomplete and help - see Keybase for a good CLI example.

Miscellaneous

  • Rich media for websites that display in exchange for browser mining. e.g., a complex Bloomberg chart embedded in a website that's only displayed after the user contributes a micropayment in the form of processor cycles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment