mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-06-06 01:02:04 +00:00
deploy: d71b5c829f46a2fd8c8cc81d587de585b0842aa4
This commit is contained in:
parent
f20714bc2c
commit
66f8e124d2
15
ether.prompt.yml
Normal file
15
ether.prompt.yml
Normal file
@ -0,0 +1,15 @@
|
||||
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 rel="stylesheet" href="/style.css?v=fb1e5f2641b3c44e0c6cebd381a9c98d5d01f610">
|
||||
<link rel="stylesheet" href="/style.css?v=d71b5c829f46a2fd8c8cc81d587de585b0842aa4">
|
||||
</head>
|
||||
<body class="">
|
||||
<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 rel="stylesheet" href="/style.css?v=fb1e5f2641b3c44e0c6cebd381a9c98d5d01f610">
|
||||
<link rel="stylesheet" href="/style.css?v=d71b5c829f46a2fd8c8cc81d587de585b0842aa4">
|
||||
</head>
|
||||
<body class="vibe">
|
||||
<div class="layout-wrapper">
|
||||
|
Loading…
x
Reference in New Issue
Block a user