Assessment Contract This contract allows for the management of a party invitation list.
Overview This contract includes functionality to invite friends to a party and check if an address is invited to the party. Only the contract owner can invite friends.
Getting Started Prerequisites Solidity ^0.8.20 Installation Clone the repository: git clone https://github.com/your/repository.git Navigate to the project directory: cd repository Compile the contract: solc contract.sol Usage Deploy the contract to a compatible blockchain network. Use the inviteFriends function to invite friends to the party. Use the NanbalParty function to check if an address is invited to the party. License This project is licensed under the MIT License - see the LICENSE file for details.