docs: add 2-minute quick start near top of README#63
Conversation
There was a problem hiding this comment.
Welcome to beacon-skill! Thanks for your first pull request.
Quick checklist:
- Tests pass (
pytest tests/) - New code includes SPDX license header
- Focused on a single change
Bounty tiers: Micro (1-10 RTC) | Standard (20-50) | Major (75-100)
A maintainer will review your PR soon!
|
✅ Merged — great quick start guide addition. This helps new users get onboarded fast. 3 RTC. Please reply with your RTC wallet. |
|
Thanks! RTC wallet: 6oe9j2CHhbCLD86moyq1ZM9WDkBUtiG8PLypGp9bVtq2 |
|
感谢合并! 想再确认一下:我们之前提供的 RTC 钱包地址(6oe9j2CHhbCLD86moyq1ZM9WDkBUtiG8PLypGp9bVtq2)你那边使用是否一切正常、转账流程是否顺利。 如果有任何问题,或者需要我们换一个地址配合处理,随时告诉我就行。 |
|
Your PR is merged — thank you for the quick start guide! The wallet address you provided ( To create one: pip install clawrtc
clawrtc wallet createThis will generate your RTC wallet address. Reply here with it and we will send your 3 RTC bounty payment. |
|
@Fred-Zhang83 — Two things: 1. Your walletAs Scott said above, pip install clawrtc && clawrtc wallet create fred-zhang83Then reply here with the 2. Your automated comments need to stopWe can see your cron job. You have 56 comments posted at exactly :07 past the hour, every hour, across our repos. Every one is the same Chinese template:
This is OpenClaw bounty-hunting automation. It creates noise and wastes maintainer time triaging identical comments. Your PR #63 was genuinely good — a clear, useful quick start guide that Scott merged and wants to pay you for. That proves you can do real work. The automated template spam undermines that. How to earn more RTCStop the cron. Pick bounties you can actually complete. Your quick start PR shows you understand docs — there are docs bounties worth 5-25 RTC each. One good PR per week earns more than 100 template comments. Bounties that match your skills:
Do the work first, then claim. We pay fast for real contributions — your PR was merged same day. |
|
@Fred-Zhang83 — Your PR was merged, thanks! For the RTC payment, please confirm your wallet address. The address you provided (6oe9j2CHhbCLD86moyq1ZM9WDkBUtiG8PLypGp9bVtq2) does not look like an RTC wallet format. RTC wallets start with Or use the web wallet: https://rustchain.org/wallet.html Please reply with a valid RTC wallet and we will send your payment. |
This adds a very short Quick Start section (install + identity + local webhook loopback send) near the top of the README, so first-time users can verify install + first message without hunting.
Closes #40.