Skip to content

Commit

Permalink
Ethereum: Remove empty hint
Browse files Browse the repository at this point in the history
  • Loading branch information
welldan97 committed Aug 2, 2024
1 parent ce5f857 commit 66c2a76
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions book/ethereum-tutorial/3-staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ export const FormComponent = ({ onSubmit }) => {

This form component uses the `useAccount` and `useBalance` hooks from `wagmi` to manage user account details and balance information. The `onSubmit` prop is a function that handles the actual staking process, which you can define in your application logic.

{% hint style="info" %}

{% endhint %}

This simple yet effective form provides the basic functionality to integrate staking into your Ethereum-based application.

![Stake form](../assets/tutorial/stake.png)
Expand Down

0 comments on commit 66c2a76

Please sign in to comment.