We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7df64 commit e8dc4c2Copy full SHA for e8dc4c2
app/page.tsx
@@ -19,7 +19,7 @@ const Home: NextPage = () => {
19
and Tailwind CSS.
20
</div>
21
<div className="mb-4">
22
- We have hardcoded a setup for four different operations to simplify
+ We have hardcoded a setup for five different operations to simplify
23
things. These are:
24
25
<ul className="mb-4">
@@ -35,6 +35,7 @@ const Home: NextPage = () => {
35
- Random query operation on the Elven Tools demo minter smart
36
contract.
37
</li>
38
+ <li>- Simple smart contract deployment</li>
39
<li>- Signing a mesage</li>
40
</ul>
41
<span>
0 commit comments