Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.44 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.44 KB

Test

Toy Example to Get Graduation Eligibility from Basecamp Cohort 0

Moderator's role

  1. Deployer of the contract will be the moderator
  2. moderator will need to set the bridge_messaging_address and cairo_101_address address by calling set_erc20_addresses
  3. moderator will need to set the required points for each the two Erc20 token to graduate by calling set_required_point
  4. moderator will need to start the registration status to allow student to register by calling set_allow_register
  5. moderator can end the registration period
  6. In order to reward students with an NFT upon graduation, a moderator will need to deploy starknetbasecamp.cairo and provide the relevant details in the constructor. (including the basecamp_cohort_0.cairo address)
  7. The moderator will then need to call set_starknet_basecamp_address in basecamp_cohort_0.cairo to set the NFT address

Student's role

  1. Register themselves by calling student_register
  2. Complete assigment at Starknet Cairo 101 and Starknet Messaging Bridge to obtain enough points to graduate
  3. Students upon completion can call mint_basecamp_token to obtain a graduation NFT