Hi Hackboosters. Good evening @everyone. let’s participate in this simple challenge for today.
Challenge Name: Build a Simple Post Smart Contract
Challenge Description Build a Post Smart Contract (like a tweet contract) using Solidity. Your contract should provide the following functionalities:
Create a Post: Users can create posts by providing a title and content. Retrieve All Posts: A function to retrieve all posts stored in the contract. Retrieve Posts by Address: A function to retrieve all posts created by a specific address.
Rules • Your code should be well-commented and adhere to Solidity best practices.
• Send your contracts to GitHub and share the url here for discussion..
Happy coding 😊