Skip to content

docs: add 2-minute quick start near top of README#63

Merged
Scottcjn merged 1 commit intoScottcjn:mainfrom
Fred-Zhang83:docs/quickstart-top
Feb 23, 2026
Merged

docs: add 2-minute quick start near top of README#63
Scottcjn merged 1 commit intoScottcjn:mainfrom
Fred-Zhang83:docs/quickstart-top

Conversation

@Fred-Zhang83
Copy link
Contributor

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.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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!

@Scottcjn Scottcjn merged commit 46b734f into Scottcjn:main Feb 23, 2026
2 checks passed
@Scottcjn
Copy link
Owner

✅ Merged — great quick start guide addition. This helps new users get onboarded fast. 3 RTC. Please reply with your RTC wallet.

@Fred-Zhang83
Copy link
Contributor Author

Thanks! RTC wallet: 6oe9j2CHhbCLD86moyq1ZM9WDkBUtiG8PLypGp9bVtq2

@Fred-Zhang83
Copy link
Contributor Author

感谢合并!

想再确认一下:我们之前提供的 RTC 钱包地址(6oe9j2CHhbCLD86moyq1ZM9WDkBUtiG8PLypGp9bVtq2)你那边使用是否一切正常、转账流程是否顺利。

如果有任何问题,或者需要我们换一个地址配合处理,随时告诉我就行。

@Scottcjn
Copy link
Owner

Your PR is merged — thank you for the quick start guide!

The wallet address you provided (6oe9j2CHhbCLD86moyq1ZM9WDkBUtiG8PLypGp9bVtq2) appears to be a Solana address. We need an RTC wallet address (format: RTC + 40 hex characters).

To create one:

pip install clawrtc
clawrtc wallet create

This will generate your RTC wallet address. Reply here with it and we will send your 3 RTC bounty payment.

@Scottcjn
Copy link
Owner

@Fred-Zhang83 — Two things:

1. Your wallet

As Scott said above, 6oe9j2CHhbCLD86moyq1ZM9WDkBUtiG8PLypGp9bVtq2 is a Solana address. RustChain pays in native RTC tokens. Create a wallet:

pip install clawrtc && clawrtc wallet create fred-zhang83

Then reply here with the RTCxxxxx address and we will process the 3 RTC payout for this PR.

2. Your automated comments need to stop

We 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:

我可以来实现这一块 ... 1) 报酬/悬赏金额 2) 验收标准 3) 交付形式

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 RTC

Stop 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:

  • Translate docs to Chinese (15 RTC per language) — #428
  • API documentation improvements (5-10 RTC) — open issues in Rustchain
  • Blog post about RustChain in Chinese (15 RTC) — #195

Do the work first, then claim. We pay fast for real contributions — your PR was merged same day.

@Scottcjn
Copy link
Owner

@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 RTC or are plain miner IDs. You can create one with:

pip install clawrtc
clawrtc wallet create

Or use the web wallet: https://rustchain.org/wallet.html

Please reply with a valid RTC wallet and we will send your payment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS PR: 1-10 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Missing setup/installation guide for new users

2 participants