Skip to content

Instantly share code, notes, and snippets.

@stupeters187
Last active March 22, 2019 12:19
Show Gist options
  • Save stupeters187/011bf0730c83db03f23f8419e4855be6 to your computer and use it in GitHub Desktop.
Save stupeters187/011bf0730c83db03f23f8419e4855be6 to your computer and use it in GitHub Desktop.
Bermuda Blockchain Bootcamp - Technical Track Final Assignment

Bermuda Blockchain Bootcamp - Technical Track Final Assignment

Assignment Specifications:

  • Build a smart contract using the Solidity programming language

  • The contract must have a minimum of 4 functions

  • The contract must utilize a minimum of 1 data structure (array, mapping)

  • You must have events to store relevant data about the smart contract

  • The smart contract MUST compile. If the contract doesn't compile, the assignment will be considered incomplete

  • Students may work in groups with 1-3 members.

  • Assignments must be sumitted by March 23 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment