deploy: d71b5c829f46a2fd8c8cc81d587de585b0842aa4

This commit is contained in:
f 2025-04-23 02:10:14 +00:00
parent f20714bc2c
commit 66f8e124d2
3 changed files with 17 additions and 2 deletions

15
ether.prompt.yml Normal file
View 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.

View File

@ -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">

View File

@ -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">