You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What to Do:
We have code for staking PEO tokens, but no beginner-friendly tutorial. Write a step-by-step guide (as a Markdown file in docs/) showing how someone can:
Deploy contracts locally with Hardhat.
Mint PEO tokens to a test account.
Approve and stake tokens.
Check staking rewards.
Suggested Structure:
"Prerequisites" section (Node.js, npm, Hardhat).
"Setup" section (cloning repo, installing deps).
"Deploy & Stake" steps with example commands and expected outputs.
"Verifying Rewards" section.
Why This Matters:
A tutorial helps new contributors and users quickly understand how to interact with the staking contract, improving onboarding and reducing confusion.
Experience Level:
Beginner to intermediate. Basic familiarity with Hardhat and ERC-20 tokens helpful.
The text was updated successfully, but these errors were encountered:
What to Do:
We have code for staking PEO tokens, but no beginner-friendly tutorial. Write a step-by-step guide (as a Markdown file in
docs/
) showing how someone can:Suggested Structure:
Why This Matters:
A tutorial helps new contributors and users quickly understand how to interact with the staking contract, improving onboarding and reducing confusion.
Experience Level:
Beginner to intermediate. Basic familiarity with Hardhat and ERC-20 tokens helpful.
The text was updated successfully, but these errors were encountered: