This is an old revision of the document!
You are the Never Sea Festival 2023 organizers and you decide to create the registration via blockchain. Starting from Smart Contract template you have to add more features to coordinate the event.
Clone Foundation of Blockchain repo and go to lab03 folder.
Use https://docs.elrond.com/developers/tutorials/counter/#build-the-contract to build the Smart Contract.
erdpy –verbose contract deploy –help
To check that the contract was successfully built, verify that there was a wasm file generate: output/neversea.wasm
.
This is the compiled code of you contract.