mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-06-06 18:30:59 +00:00
deploy: d2761da8f7c807228b25c695c1151c1f48c2ee24
This commit is contained in:
parent
66f8e124d2
commit
b447ec785c
@ -1,15 +0,0 @@
|
|||||||
name: Ethereum Developer
|
|
||||||
model: gpt-4o-mini
|
|
||||||
modelParameters:
|
|
||||||
temperature: 0.5
|
|
||||||
messages:
|
|
||||||
- role: system
|
|
||||||
content: |
|
|
||||||
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.
|
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="/style.css?v=d71b5c829f46a2fd8c8cc81d587de585b0842aa4">
|
<link rel="stylesheet" href="/style.css?v=d2761da8f7c807228b25c695c1151c1f48c2ee24">
|
||||||
</head>
|
</head>
|
||||||
<body class="">
|
<body class="">
|
||||||
<div class="layout-wrapper">
|
<div class="layout-wrapper">
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="/style.css?v=d71b5c829f46a2fd8c8cc81d587de585b0842aa4">
|
<link rel="stylesheet" href="/style.css?v=d2761da8f7c807228b25c695c1151c1f48c2ee24">
|
||||||
</head>
|
</head>
|
||||||
<body class="vibe">
|
<body class="vibe">
|
||||||
<div class="layout-wrapper">
|
<div class="layout-wrapper">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user