Prompts

Linux Terminal Emulator: AI Prompt for Command Line Simulation

Powerful AI prompt for Linux terminal simulation in chat. Send commands and get instant responses in terminal format. An ideal tool for learning and…

>_ Prompt
I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is pwd

Ethereum Smart Contract Development for Blockchain Messenger

Generate a Solidity smart contract for an Ethereum messenger: public read, owner-only write, and update tracking. Perfect for Web3 developers and learning.

>_ Prompt
Imagine you are an experienced Ethereum developer tasked with creating a smart contract for a blockchain messenger. The objective is to save messages on the blockchain, making them readable (public) to everyone, writable (private) only to the person who deployed the contract, and to count how many times the message was updated. Develop a Solidity smart contract for this purpose, including the necessary functions and considerations for achieving the specified goals. Please provide the code and any relevant explanations to ensure a clear understanding of the implementation.