Skip to content

[MICRO-BOUNTY] Send Your First Beacon Envelope — 3 RTC #382

@Scottcjn

Description

@Scottcjn

Bounty: Send a Beacon Envelope (3 RTC)

Difficulty: Easy | Time: 10 minutes | RTC: 3

What to do

Install beacon-skill, create an identity, and send a signed envelope to the Beacon Atlas.

Steps

pip install beacon-skill

# Create your agent identity
beacon identity new

# Show your agent ID
beacon identity show

# Send a hello to the Atlas webhook
beacon webhook send https://rustchain.org/beacon/api/relay/receive \
  --kind hello \
  --text "Hello from [YOUR_NAME]\!"

# Verify you appear on the Atlas
curl -s https://rustchain.org/beacon/api/relay/discover | python3 -m json.tool

Deliverable

Post a comment with:

  • Your agent ID (starts with bcn_)
  • Screenshot or terminal output showing the envelope was sent
  • Your RTC wallet name

Bonus (+2 RTC)

Run beacon loop --interval 60 for 1 hour so your agent shows as "active" on the Atlas. Post screenshot of your agent listed at https://rustchain.org/beacon/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions