Skip to content

Commit fc66a05

Browse files
authored
docs: surface community channels on README and docs landing page (lambdaclass#369)
## Summary - Add a **Community** section to the README and `docs/introduction.md` so newcomers find the Telegram group, the weekly Friday community call, and the PQ Interop calls without digging into `CONTRIBUTING.md`. - Refresh the existing **Communication** section in `CONTRIBUTING.md` to match (adds the weekly call and PQ Interop pointers, tightens the Telegram description). Triggered by the follow-up in lambdaclass#368 (comment). ## Test plan - [x] `README.md` renders the new Community section between Contributing and Philosophy. - [x] `docs/introduction.md` renders the new Community section before Related projects (will show up in the mdBook). - [x] `CONTRIBUTING.md` Communication block stays consistent with the other two.
1 parent 4659377 commit fc66a05

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,11 @@ If you discover a security vulnerability, **do not open a public issue**. Instea
144144

145145
## Communication
146146

147-
- **Telegram**: [ethlambda group](https://t.me/ethlambda_client) — questions, discussion, coordination
148-
- **X (Twitter)**: Follow [@ethlambda_lean](https://twitter.com/ethlambda_lean) for updates
149-
- **GitHub Issues**: Bugs, feature requests, and technical discussion
147+
- **Telegram**: [ethlambda group](https://t.me/ethlambda_client), where we post daily updates; drop by to ask questions or chat about anything Lean-related.
148+
- **X (Twitter)**: [@ethlambda_lean](https://twitter.com/ethlambda_lean) for occasional updates.
149+
- **Weekly community call**: every Friday, streamed live on [@class_lambda](https://x.com/class_lambda); the call link is posted on Telegram beforehand.
150+
- **GitHub Issues**: bugs, feature requests, and technical discussion.
151+
- **Ecosystem coordination**: the [PQ Interop calls](https://github.com/ethereum/pm/issues?q=is%3Aissue+%22PQ+Interop%22+in%3Atitle) on `ethereum/pm` cover cross-client Lean Ethereum work and related updates; the meeting links are posted on each issue.
150152

151153
## License
152154

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ For custom devnet configurations, go to `lean-quickstart/local-devnet/genesis/va
5555
5656
We welcome contributions! Please read our [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on how to get involved.
5757
58+
## Community
59+
60+
- **Telegram**: [ethlambda group](https://t.me/ethlambda_client), where we post daily updates; drop by to ask questions or chat about anything Lean-related.
61+
- **X (Twitter)**: [@ethlambda_lean](https://twitter.com/ethlambda_lean) for occasional updates.
62+
- **Weekly community call**: every Friday, streamed live on [@class_lambda](https://x.com/class_lambda); the call link is posted on Telegram beforehand.
63+
- **Ecosystem coordination**: the [PQ Interop calls](https://github.com/ethereum/pm/issues?q=is%3Aissue+%22PQ+Interop%22+in%3Atitle) on `ethereum/pm` cover cross-client Lean Ethereum work and related updates; the meeting links are posted on each issue.
64+
5865
## Philosophy
5966
6067
Many long-established clients accumulate bloat over time. This often occurs due to the need to support legacy features for existing users or through attempts to implement overly ambitious software. The result is often complex, difficult-to-maintain, and error-prone systems.

docs/introduction.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ into the rendered output:
2929
- [3SF-mini infographic](./infographics/3sf-mini-infographic.html)
3030
- [ethlambda architecture infographic](./infographics/ethlambda_architecture.html)
3131

32+
## Community
33+
34+
- **Telegram**: [ethlambda group](https://t.me/ethlambda_client), where we post daily updates; drop by to ask questions or chat about anything Lean-related.
35+
- **X (Twitter)**: [@ethlambda_lean](https://twitter.com/ethlambda_lean) for occasional updates.
36+
- **Weekly community call**: every Friday, streamed live on [@class_lambda](https://x.com/class_lambda); the call link is posted on Telegram beforehand.
37+
- **Ecosystem coordination**: the [PQ Interop calls](https://github.com/ethereum/pm/issues?q=is%3Aissue+%22PQ+Interop%22+in%3Atitle) on `ethereum/pm` cover cross-client Lean Ethereum work and related updates; the meeting links are posted on each issue.
38+
3239
## Related projects
3340

3441
ethlambda is one of several Lean Ethereum consensus clients under active development.

0 commit comments

Comments
 (0)