├── .circleci └── config.yml ├── .github └── DISCUSSION_TEMPLATE │ ├── application-development.yml │ ├── core-protocol.yml │ ├── deploying-the-op-stack.yml │ ├── feedback.yml │ ├── general.yml │ ├── ideas.yml │ ├── miscellaneous.yml │ ├── node-operators.yml │ ├── polls.yml │ └── show-and-tell.yml ├── LICENSE ├── README.md ├── community ├── README.md ├── technerds-program │ ├── README.md │ ├── brainstorming-sessions │ │ ├── 00-brainstorming-session.md │ │ ├── 01-brainstorming-session.md │ │ ├── 02-brainstorming-session.md │ │ ├── TechNERD Brainstorming Session 0.png │ │ ├── TechNERD Brainstorming Session 1.png │ │ └── TechNERD Brainstorming Session 2.png │ ├── community-todo.md │ ├── contributors │ │ ├── README.md │ │ ├── chomtana │ │ │ ├── README.md │ │ │ ├── pre-season-5 │ │ │ │ └── pre-season-5.md │ │ │ ├── season-5 │ │ │ │ ├── 2024-03-11-to-2024-03-17.md │ │ │ │ ├── 2024-03-18-to-2024-03-24.md │ │ │ │ ├── 2024-03-25-to-2024-03-31.md │ │ │ │ ├── 2024-04-01-to-2024-04-07.md │ │ │ │ ├── 2024-04-08-to-2024-04-14.md │ │ │ │ ├── 2024-04-15-to-2024-04-21.md │ │ │ │ ├── 2024-04-22-to-2024-04-28.md │ │ │ │ ├── 2024-04-29-to-2024-05-05.md │ │ │ │ ├── 2024-05-06-to-2024-05-12.md │ │ │ │ ├── 2024-05-13-to-2024-05-19.md │ │ │ │ ├── 2024-05-20-to-2024-05-26.md │ │ │ │ ├── 2024-05-27-to-2024-06-02.md │ │ │ │ ├── 2024-06-03-to-2024-06-09.md │ │ │ │ ├── 2024-06-10-to-2024-06-16.md │ │ │ │ └── 2024-06-17-to-2024-06-23.md │ │ │ ├── season-6 │ │ │ │ ├── 2024-07-22-to-2024-07-28.md │ │ │ │ ├── 2024-07-29-to-2024-08-04.md │ │ │ │ ├── 2024-08-05-to-2024-08-11.md │ │ │ │ ├── 2024-08-12-to-2024-08-18.md │ │ │ │ ├── 2024-08-19-to-2024-08-25.md │ │ │ │ ├── 2024-08-26-to-2024-09-01.md │ │ │ │ ├── 2024-09-02-to-2024-09-08.md │ │ │ │ ├── 2024-09-09-to-2024-09-15.md │ │ │ │ ├── 2024-09-16-to-2024-09-22.md │ │ │ │ ├── 2024-09-23-to-2024-09-29.md │ │ │ │ ├── 2024-09-30-to-2024-10-06.md │ │ │ │ ├── 2024-10-07-to-2024-10-13.md │ │ │ │ ├── 2024-10-14-to-2024-10-20.md │ │ │ │ ├── 2024-10-21-to-2024-10-27.md │ │ │ │ ├── 2024-10-27-to-2024-11-03.md │ │ │ │ ├── 2024-11-04-to-2024-11-10.md │ │ │ │ ├── 2024-11-10-to-2024-11-17.md │ │ │ │ ├── 2024-11-18-to-2024-11-24.md │ │ │ │ ├── 2024-11-25-to-2024-12-01.md │ │ │ │ ├── 2024-12-02-to-2024-12-08.md │ │ │ │ ├── 2024-12-09-to-2024-12-15.md │ │ │ │ ├── 2024-12-16-to-2024-12-22.md │ │ │ │ ├── 2024-12-23-to-2024-12-29.md │ │ │ │ ├── 2024-12-30-to-2025-01-05.md │ │ │ │ ├── 2025-01-06-to-2025-01-12.md │ │ │ │ └── 2025-01-13-to-2025-01-16.md │ │ │ └── season-7 │ │ │ │ └── chomtana-contributions.md │ │ ├── hashigo │ │ │ ├── README.md │ │ │ ├── season-5 │ │ │ │ ├── 2024-03-11-to-2024-03-17.md │ │ │ │ ├── 2024-03-18-to-2024-03-24.md │ │ │ │ ├── 2024-03-25-to-2024-03-31.md │ │ │ │ ├── 2024-04-01-to-2024-04-07.md │ │ │ │ ├── 2024-04-08-to-2024-04-14.md │ │ │ │ ├── 2024-04-15-to-2024-04-21.md │ │ │ │ ├── 2024-04-22-to-2024-04-28.md │ │ │ │ ├── 2024-04-29-to-2024-05-05.md │ │ │ │ ├── 2024-05-06-to-2024-05-12.md │ │ │ │ ├── 2024-05-13-to-2024-05-19.md │ │ │ │ ├── 2024-05-20-to-2024-05-26.md │ │ │ │ ├── 2024-05-27-to-2024-06-02.md │ │ │ │ ├── 2024-06-03-to-2024-06-09.md │ │ │ │ ├── 2024-06-10-to-2024-06-16.md │ │ │ │ └── 2024-06-17-to-2024-06-23.md │ │ │ ├── season-6 │ │ │ │ ├── 2024-06-24-to-2024-06-30.md │ │ │ │ ├── 2024-07-01-to-2024-07-07.md │ │ │ │ ├── 2024-07-08-to-2024-07-14.md │ │ │ │ ├── 2024-07-15-to-2024-07-21.md │ │ │ │ ├── 2024-07-22-to-2024-07-28.md │ │ │ │ ├── 2024-07-29-to-2024-08-04.md │ │ │ │ ├── 2024-08-05-to-2024-08-11.md │ │ │ │ ├── 2024-08-12-to-2024-08-18.md │ │ │ │ ├── 2024-08-19-to-2024-08-25.md │ │ │ │ ├── 2024-08-26-to-2024-09-01.md │ │ │ │ ├── 2024-09-02-to-2024-09-08.md │ │ │ │ ├── 2024-09-09-to-2024-09-15.md │ │ │ │ ├── 2024-09-16-to-2024-09-22.md │ │ │ │ ├── 2024-09-23-to-2024-09-29.md │ │ │ │ ├── 2024-09-30-to-2024-10-06.md │ │ │ │ └── 2024-10-07-to-2024-10-13.md │ │ │ └── season-7 │ │ │ │ └── hashigo-contributions.md │ │ ├── imtipi │ │ │ ├── README.md │ │ │ ├── pre-season-5 │ │ │ │ └── per-season-5.md │ │ │ ├── season-5 │ │ │ │ ├── 2024-03-11-to-2024-03-17.md │ │ │ │ ├── 2024-03-18-to-2024-03-24.md │ │ │ │ ├── 2024-03-25-to-2024-03-31.md │ │ │ │ ├── 2024-04-01-to-2024-04-07.md │ │ │ │ ├── 2024-04-08-to-2024-04-14.md │ │ │ │ ├── 2024-04-15-to-2024-04-21.md │ │ │ │ ├── 2024-04-22-to-2024-04-28.md │ │ │ │ ├── 2024-04-29-to-2024-05-05.md │ │ │ │ ├── 2024-05-06-to-2024-05-12.md │ │ │ │ ├── 2024-05-13-to-2024-05-19.md │ │ │ │ ├── 2024-05-20-to-2024-05-26.md │ │ │ │ ├── 2024-05-27-to-2024-06-02.md │ │ │ │ ├── 2024-06-03-to-2024-06-09.md │ │ │ │ ├── 2024-06-10-to-2024-06-16.md │ │ │ │ └── 2024-06-17-to-2024-06-23.md │ │ │ ├── season-6 │ │ │ │ ├── 2024-06-24-to-2024-06-30.md │ │ │ │ ├── 2024-07-01-to-2024-07-07.md │ │ │ │ ├── 2024-07-08-to-2024-07-14.md │ │ │ │ ├── 2024-07-15-to-2024-07-21.md │ │ │ │ ├── 2024-07-22-to-2024-07-28.md │ │ │ │ ├── 2024-07-29-to-2024-08-04.md │ │ │ │ ├── 2024-08-05-to-2024-08-11.md │ │ │ │ ├── 2024-08-12-to-2024-08-18.md │ │ │ │ ├── 2024-08-19-to-2024-08-25.md │ │ │ │ ├── 2024-08-26-to-2024-09-01.md │ │ │ │ ├── 2024-09-02-to-2024-09-08.md │ │ │ │ ├── 2024-09-09-to-2024-09-15.md │ │ │ │ ├── 2024-09-16-to-2024-09-22.md │ │ │ │ ├── 2024-09-23-to-2024-09-29.md │ │ │ │ ├── 2024-09-30-to-2024-10-06.md │ │ │ │ ├── 2024-10-07-to-2024-10-13.md │ │ │ │ └── 2024-10-14-to-2024-10-20.md │ │ │ └── season-7 │ │ │ │ └── imtipi-contributions.md │ │ ├── joohhnnn │ │ │ ├── README.md │ │ │ ├── season-6 │ │ │ │ ├── 2024-07-01-to-2024-07-07.md │ │ │ │ ├── 2024-07-08-to-2024-07-14.md │ │ │ │ ├── 2024-07-15-to-2024-07-21.md │ │ │ │ ├── 2024-07-22-to-2024-07-28.md │ │ │ │ ├── 2024-07-29-to-2024-08-04.md │ │ │ │ ├── 2024-08-05-to-2024-08-11.md │ │ │ │ ├── 2024-08-12-to-2024-08-18.md │ │ │ │ ├── 2024-08-19-to-2024-08-25.md │ │ │ │ ├── 2024-08-26-to-2024-09-01.md │ │ │ │ ├── 2024-09-02-to-2024-09-08.md │ │ │ │ ├── 2024-09-09-to-2024-09-15.md │ │ │ │ ├── 2024-09-16-to-2024-09-22.md │ │ │ │ ├── 2024-09-23-to-2024-09-29.md │ │ │ │ └── 2024-09-30-to-2024-10-06.md │ │ │ └── season-7 │ │ │ │ └── joohhnnn-contributions.md │ │ ├── jsvisa │ │ │ └── season-7 │ │ │ │ └── jsvisa-contributions.md │ │ ├── project-tracking.md │ │ ├── simple8720 │ │ │ ├── README.md │ │ │ ├── pre-season-5 │ │ │ │ └── per-season-5.md │ │ │ ├── season-5 │ │ │ │ ├── 2024-03-11-to-2024-03-17.md │ │ │ │ ├── 2024-03-18-to-2024-03-24.md │ │ │ │ ├── 2024-03-25-to-2024-03-31.md │ │ │ │ ├── 2024-04-01-to-2024-04-07.md │ │ │ │ ├── 2024-04-08-to-2024-04-14.md │ │ │ │ ├── 2024-04-15-to-2024-04-21.md │ │ │ │ ├── 2024-04-22-to-2024-04-28.md │ │ │ │ ├── 2024-04-29-to-2024-05-05.md │ │ │ │ ├── 2024-05-06-to-2024-05-12.md │ │ │ │ ├── 2024-05-13-to-2024-05-19.md │ │ │ │ ├── 2024-05-20-to-2024-05-26.md │ │ │ │ ├── 2024-05-27-to-2024-06-02.md │ │ │ │ ├── 2024-06-03-to-2024-06-09.md │ │ │ │ ├── 2024-06-10-to-2024-06-16.md │ │ │ │ └── 2024-06-17-to-2024-06-23.md │ │ │ ├── season-6 │ │ │ │ ├── 2024-06-24-to-2024-06-30.md │ │ │ │ ├── 2024-07-01-to-2024-07-07.md │ │ │ │ ├── 2024-07-08-to-2024-07-14.md │ │ │ │ ├── 2024-07-15-to-2024-07-21.md │ │ │ │ ├── 2024-07-22-to-2024-07-28.md │ │ │ │ ├── 2024-07-29-to-2024-08-04.md │ │ │ │ ├── 2024-08-05-to-2024-08-11.md │ │ │ │ ├── 2024-08-12-to-2024-08-18.md │ │ │ │ ├── 2024-08-19-to-2024-08-25.md │ │ │ │ ├── 2024-08-26-to-2024-09-01.md │ │ │ │ ├── 2024-09-02-to-2024-09-08.md │ │ │ │ ├── 2024-09-09-to-2024-09-15.md │ │ │ │ ├── 2024-09-16-to-2024-09-22.md │ │ │ │ └── 2024-09-23-to-2024-09-29.md │ │ │ └── season-7 │ │ │ │ └── simple8720-contributions.md │ │ └── template │ │ │ ├── README.md │ │ │ ├── season-5 │ │ │ └── yyyy-mm-dd-to-yyyy-mm-dd.md │ │ │ └── season-7 │ │ │ └── nerd-template.md │ ├── meetings │ │ ├── TechNERD Program s5.1.pdf │ │ ├── TechNERD-Program-s5.0.pdf │ │ ├── Weekly Report - TechNERDs S7.md │ │ └── cover.png │ ├── metrics │ │ ├── README.md │ │ └── retro-funding-5.md │ ├── plan.md │ ├── process │ │ ├── README.md │ │ ├── escalation.md │ │ └── first-response.md │ ├── reference-material │ │ ├── README.md │ │ └── resources.md │ ├── runbooks │ │ └── README.md │ ├── training │ │ └── README.md │ └── vision.md ├── tools │ ├── README.md │ ├── account-abstraction.md │ ├── alt-da.md │ ├── app-infrastructure.md │ ├── block-explorers.md │ ├── blockchain-indexers.md │ ├── faucets.md │ ├── node-providers.md │ └── oracles.md └── tutorials │ ├── README.md │ ├── erpc │ └── erpc.md │ └── supra-vrf │ ├── README.md │ └── vrf-tutorial.md ├── docs ├── CODE_OF_CONDUCT.md └── CONTRIBUTING.md └── funding.json /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/application-development.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/.github/DISCUSSION_TEMPLATE/application-development.yml -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/core-protocol.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/.github/DISCUSSION_TEMPLATE/core-protocol.yml -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/deploying-the-op-stack.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/.github/DISCUSSION_TEMPLATE/deploying-the-op-stack.yml -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/feedback.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/.github/DISCUSSION_TEMPLATE/feedback.yml -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/general.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/.github/DISCUSSION_TEMPLATE/general.yml -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/ideas.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/.github/DISCUSSION_TEMPLATE/ideas.yml -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/miscellaneous.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/.github/DISCUSSION_TEMPLATE/miscellaneous.yml -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/node-operators.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/.github/DISCUSSION_TEMPLATE/node-operators.yml -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/polls.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.github/DISCUSSION_TEMPLATE/show-and-tell.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/.github/DISCUSSION_TEMPLATE/show-and-tell.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/README.md -------------------------------------------------------------------------------- /community/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/README.md -------------------------------------------------------------------------------- /community/technerds-program/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/README.md -------------------------------------------------------------------------------- /community/technerds-program/brainstorming-sessions/00-brainstorming-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/brainstorming-sessions/00-brainstorming-session.md -------------------------------------------------------------------------------- /community/technerds-program/brainstorming-sessions/01-brainstorming-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/brainstorming-sessions/01-brainstorming-session.md -------------------------------------------------------------------------------- /community/technerds-program/brainstorming-sessions/02-brainstorming-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/brainstorming-sessions/02-brainstorming-session.md -------------------------------------------------------------------------------- /community/technerds-program/brainstorming-sessions/TechNERD Brainstorming Session 0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/brainstorming-sessions/TechNERD Brainstorming Session 0.png -------------------------------------------------------------------------------- /community/technerds-program/brainstorming-sessions/TechNERD Brainstorming Session 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/brainstorming-sessions/TechNERD Brainstorming Session 1.png -------------------------------------------------------------------------------- /community/technerds-program/brainstorming-sessions/TechNERD Brainstorming Session 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/brainstorming-sessions/TechNERD Brainstorming Session 2.png -------------------------------------------------------------------------------- /community/technerds-program/community-todo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/community-todo.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/README.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/README.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/pre-season-5/pre-season-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/pre-season-5/pre-season-5.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-03-11-to-2024-03-17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-03-11-to-2024-03-17.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-03-18-to-2024-03-24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-03-18-to-2024-03-24.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-03-25-to-2024-03-31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-03-25-to-2024-03-31.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-04-01-to-2024-04-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-04-01-to-2024-04-07.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-04-08-to-2024-04-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-04-08-to-2024-04-14.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-04-15-to-2024-04-21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-04-15-to-2024-04-21.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-04-22-to-2024-04-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-04-22-to-2024-04-28.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-04-29-to-2024-05-05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-04-29-to-2024-05-05.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-05-06-to-2024-05-12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-05-06-to-2024-05-12.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-05-13-to-2024-05-19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-05-13-to-2024-05-19.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-05-20-to-2024-05-26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-05-20-to-2024-05-26.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-05-27-to-2024-06-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-05-27-to-2024-06-02.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-06-03-to-2024-06-09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-06-03-to-2024-06-09.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-06-10-to-2024-06-16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-06-10-to-2024-06-16.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-5/2024-06-17-to-2024-06-23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-5/2024-06-17-to-2024-06-23.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-07-22-to-2024-07-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-07-22-to-2024-07-28.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-07-29-to-2024-08-04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-07-29-to-2024-08-04.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-08-05-to-2024-08-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-08-05-to-2024-08-11.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-08-12-to-2024-08-18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-08-12-to-2024-08-18.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-08-19-to-2024-08-25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-08-19-to-2024-08-25.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-08-26-to-2024-09-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-08-26-to-2024-09-01.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-09-02-to-2024-09-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-09-02-to-2024-09-08.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-09-09-to-2024-09-15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-09-09-to-2024-09-15.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-09-16-to-2024-09-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-09-16-to-2024-09-22.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-09-23-to-2024-09-29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-09-23-to-2024-09-29.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-09-30-to-2024-10-06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-09-30-to-2024-10-06.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-10-07-to-2024-10-13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-10-07-to-2024-10-13.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-10-14-to-2024-10-20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-10-14-to-2024-10-20.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-10-21-to-2024-10-27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-10-21-to-2024-10-27.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-10-27-to-2024-11-03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-10-27-to-2024-11-03.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-11-04-to-2024-11-10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-11-04-to-2024-11-10.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-11-10-to-2024-11-17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-11-10-to-2024-11-17.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-11-18-to-2024-11-24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-11-18-to-2024-11-24.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-11-25-to-2024-12-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-11-25-to-2024-12-01.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-12-02-to-2024-12-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-12-02-to-2024-12-08.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-12-09-to-2024-12-15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-12-09-to-2024-12-15.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-12-16-to-2024-12-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-12-16-to-2024-12-22.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-12-23-to-2024-12-29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-12-23-to-2024-12-29.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2024-12-30-to-2025-01-05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2024-12-30-to-2025-01-05.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2025-01-06-to-2025-01-12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2025-01-06-to-2025-01-12.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-6/2025-01-13-to-2025-01-16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-6/2025-01-13-to-2025-01-16.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/chomtana/season-7/chomtana-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/chomtana/season-7/chomtana-contributions.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/README.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-03-11-to-2024-03-17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-03-11-to-2024-03-17.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-03-18-to-2024-03-24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-03-18-to-2024-03-24.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-03-25-to-2024-03-31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-03-25-to-2024-03-31.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-04-01-to-2024-04-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-04-01-to-2024-04-07.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-04-08-to-2024-04-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-04-08-to-2024-04-14.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-04-15-to-2024-04-21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-04-15-to-2024-04-21.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-04-22-to-2024-04-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-04-22-to-2024-04-28.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-04-29-to-2024-05-05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-04-29-to-2024-05-05.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-05-06-to-2024-05-12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-05-06-to-2024-05-12.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-05-13-to-2024-05-19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-05-13-to-2024-05-19.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-05-20-to-2024-05-26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-05-20-to-2024-05-26.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-05-27-to-2024-06-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-05-27-to-2024-06-02.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-06-03-to-2024-06-09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-06-03-to-2024-06-09.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-06-10-to-2024-06-16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-06-10-to-2024-06-16.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-5/2024-06-17-to-2024-06-23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-5/2024-06-17-to-2024-06-23.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-06-24-to-2024-06-30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-06-24-to-2024-06-30.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-07-01-to-2024-07-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-07-01-to-2024-07-07.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-07-08-to-2024-07-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-07-08-to-2024-07-14.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-07-15-to-2024-07-21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-07-15-to-2024-07-21.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-07-22-to-2024-07-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-07-22-to-2024-07-28.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-07-29-to-2024-08-04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-07-29-to-2024-08-04.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-08-05-to-2024-08-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-08-05-to-2024-08-11.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-08-12-to-2024-08-18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-08-12-to-2024-08-18.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-08-19-to-2024-08-25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-08-19-to-2024-08-25.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-08-26-to-2024-09-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-08-26-to-2024-09-01.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-09-02-to-2024-09-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-09-02-to-2024-09-08.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-09-09-to-2024-09-15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-09-09-to-2024-09-15.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-09-16-to-2024-09-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-09-16-to-2024-09-22.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-09-23-to-2024-09-29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-09-23-to-2024-09-29.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-09-30-to-2024-10-06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-09-30-to-2024-10-06.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-6/2024-10-07-to-2024-10-13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-6/2024-10-07-to-2024-10-13.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/hashigo/season-7/hashigo-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/hashigo/season-7/hashigo-contributions.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/README.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/pre-season-5/per-season-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/pre-season-5/per-season-5.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-03-11-to-2024-03-17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-03-11-to-2024-03-17.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-03-18-to-2024-03-24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-03-18-to-2024-03-24.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-03-25-to-2024-03-31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-03-25-to-2024-03-31.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-04-01-to-2024-04-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-04-01-to-2024-04-07.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-04-08-to-2024-04-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-04-08-to-2024-04-14.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-04-15-to-2024-04-21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-04-15-to-2024-04-21.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-04-22-to-2024-04-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-04-22-to-2024-04-28.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-04-29-to-2024-05-05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-04-29-to-2024-05-05.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-05-06-to-2024-05-12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-05-06-to-2024-05-12.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-05-13-to-2024-05-19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-05-13-to-2024-05-19.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-05-20-to-2024-05-26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-05-20-to-2024-05-26.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-05-27-to-2024-06-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-05-27-to-2024-06-02.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-06-03-to-2024-06-09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-06-03-to-2024-06-09.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-06-10-to-2024-06-16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-06-10-to-2024-06-16.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-5/2024-06-17-to-2024-06-23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-5/2024-06-17-to-2024-06-23.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-06-24-to-2024-06-30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-06-24-to-2024-06-30.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-07-01-to-2024-07-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-07-01-to-2024-07-07.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-07-08-to-2024-07-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-07-08-to-2024-07-14.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-07-15-to-2024-07-21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-07-15-to-2024-07-21.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-07-22-to-2024-07-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-07-22-to-2024-07-28.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-07-29-to-2024-08-04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-07-29-to-2024-08-04.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-08-05-to-2024-08-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-08-05-to-2024-08-11.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-08-12-to-2024-08-18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-08-12-to-2024-08-18.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-08-19-to-2024-08-25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-08-19-to-2024-08-25.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-08-26-to-2024-09-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-08-26-to-2024-09-01.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-09-02-to-2024-09-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-09-02-to-2024-09-08.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-09-09-to-2024-09-15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-09-09-to-2024-09-15.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-09-16-to-2024-09-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-09-16-to-2024-09-22.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-09-23-to-2024-09-29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-09-23-to-2024-09-29.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-09-30-to-2024-10-06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-09-30-to-2024-10-06.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-10-07-to-2024-10-13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-10-07-to-2024-10-13.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-6/2024-10-14-to-2024-10-20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-6/2024-10-14-to-2024-10-20.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/imtipi/season-7/imtipi-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/imtipi/season-7/imtipi-contributions.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/README.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-07-01-to-2024-07-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-07-01-to-2024-07-07.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-07-08-to-2024-07-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-07-08-to-2024-07-14.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-07-15-to-2024-07-21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-07-15-to-2024-07-21.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-07-22-to-2024-07-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-07-22-to-2024-07-28.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-07-29-to-2024-08-04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-07-29-to-2024-08-04.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-08-05-to-2024-08-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-08-05-to-2024-08-11.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-08-12-to-2024-08-18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-08-12-to-2024-08-18.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-08-19-to-2024-08-25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-08-19-to-2024-08-25.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-08-26-to-2024-09-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-08-26-to-2024-09-01.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-09-02-to-2024-09-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-09-02-to-2024-09-08.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-09-09-to-2024-09-15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-09-09-to-2024-09-15.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-09-16-to-2024-09-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-09-16-to-2024-09-22.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-09-23-to-2024-09-29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-09-23-to-2024-09-29.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-6/2024-09-30-to-2024-10-06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-6/2024-09-30-to-2024-10-06.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/joohhnnn/season-7/joohhnnn-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/joohhnnn/season-7/joohhnnn-contributions.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/jsvisa/season-7/jsvisa-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/jsvisa/season-7/jsvisa-contributions.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/project-tracking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/project-tracking.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/README.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/pre-season-5/per-season-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/pre-season-5/per-season-5.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-03-11-to-2024-03-17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-03-11-to-2024-03-17.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-03-18-to-2024-03-24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-03-18-to-2024-03-24.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-03-25-to-2024-03-31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-03-25-to-2024-03-31.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-04-01-to-2024-04-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-04-01-to-2024-04-07.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-04-08-to-2024-04-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-04-08-to-2024-04-14.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-04-15-to-2024-04-21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-04-15-to-2024-04-21.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-04-22-to-2024-04-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-04-22-to-2024-04-28.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-04-29-to-2024-05-05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-04-29-to-2024-05-05.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-05-06-to-2024-05-12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-05-06-to-2024-05-12.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-05-13-to-2024-05-19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-05-13-to-2024-05-19.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-05-20-to-2024-05-26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-05-20-to-2024-05-26.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-05-27-to-2024-06-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-05-27-to-2024-06-02.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-06-03-to-2024-06-09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-06-03-to-2024-06-09.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-06-10-to-2024-06-16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-06-10-to-2024-06-16.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-5/2024-06-17-to-2024-06-23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-5/2024-06-17-to-2024-06-23.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-06-24-to-2024-06-30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-06-24-to-2024-06-30.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-07-01-to-2024-07-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-07-01-to-2024-07-07.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-07-08-to-2024-07-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-07-08-to-2024-07-14.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-07-15-to-2024-07-21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-07-15-to-2024-07-21.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-07-22-to-2024-07-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-07-22-to-2024-07-28.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-07-29-to-2024-08-04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-07-29-to-2024-08-04.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-08-05-to-2024-08-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-08-05-to-2024-08-11.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-08-12-to-2024-08-18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-08-12-to-2024-08-18.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-08-19-to-2024-08-25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-08-19-to-2024-08-25.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-08-26-to-2024-09-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-08-26-to-2024-09-01.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-09-02-to-2024-09-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-09-02-to-2024-09-08.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-09-09-to-2024-09-15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-09-09-to-2024-09-15.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-09-16-to-2024-09-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-09-16-to-2024-09-22.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-6/2024-09-23-to-2024-09-29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-6/2024-09-23-to-2024-09-29.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/simple8720/season-7/simple8720-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/simple8720/season-7/simple8720-contributions.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/template/README.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/template/season-5/yyyy-mm-dd-to-yyyy-mm-dd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/template/season-5/yyyy-mm-dd-to-yyyy-mm-dd.md -------------------------------------------------------------------------------- /community/technerds-program/contributors/template/season-7/nerd-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/contributors/template/season-7/nerd-template.md -------------------------------------------------------------------------------- /community/technerds-program/meetings/TechNERD Program s5.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/meetings/TechNERD Program s5.1.pdf -------------------------------------------------------------------------------- /community/technerds-program/meetings/TechNERD-Program-s5.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/meetings/TechNERD-Program-s5.0.pdf -------------------------------------------------------------------------------- /community/technerds-program/meetings/Weekly Report - TechNERDs S7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/meetings/Weekly Report - TechNERDs S7.md -------------------------------------------------------------------------------- /community/technerds-program/meetings/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/meetings/cover.png -------------------------------------------------------------------------------- /community/technerds-program/metrics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/metrics/README.md -------------------------------------------------------------------------------- /community/technerds-program/metrics/retro-funding-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/metrics/retro-funding-5.md -------------------------------------------------------------------------------- /community/technerds-program/plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/plan.md -------------------------------------------------------------------------------- /community/technerds-program/process/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/process/README.md -------------------------------------------------------------------------------- /community/technerds-program/process/escalation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/process/escalation.md -------------------------------------------------------------------------------- /community/technerds-program/process/first-response.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/process/first-response.md -------------------------------------------------------------------------------- /community/technerds-program/reference-material/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/reference-material/README.md -------------------------------------------------------------------------------- /community/technerds-program/reference-material/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/reference-material/resources.md -------------------------------------------------------------------------------- /community/technerds-program/runbooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/runbooks/README.md -------------------------------------------------------------------------------- /community/technerds-program/training/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/training/README.md -------------------------------------------------------------------------------- /community/technerds-program/vision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/technerds-program/vision.md -------------------------------------------------------------------------------- /community/tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tools/README.md -------------------------------------------------------------------------------- /community/tools/account-abstraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tools/account-abstraction.md -------------------------------------------------------------------------------- /community/tools/alt-da.md: -------------------------------------------------------------------------------- 1 | Alt-DA Layers 2 | -------------------------------------------------------------------------------- /community/tools/app-infrastructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tools/app-infrastructure.md -------------------------------------------------------------------------------- /community/tools/block-explorers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tools/block-explorers.md -------------------------------------------------------------------------------- /community/tools/blockchain-indexers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tools/blockchain-indexers.md -------------------------------------------------------------------------------- /community/tools/faucets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tools/faucets.md -------------------------------------------------------------------------------- /community/tools/node-providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tools/node-providers.md -------------------------------------------------------------------------------- /community/tools/oracles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tools/oracles.md -------------------------------------------------------------------------------- /community/tutorials/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tutorials/README.md -------------------------------------------------------------------------------- /community/tutorials/erpc/erpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tutorials/erpc/erpc.md -------------------------------------------------------------------------------- /community/tutorials/supra-vrf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tutorials/supra-vrf/README.md -------------------------------------------------------------------------------- /community/tutorials/supra-vrf/vrf-tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/community/tutorials/supra-vrf/vrf-tutorial.md -------------------------------------------------------------------------------- /docs/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/docs/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /docs/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/docs/CONTRIBUTING.md -------------------------------------------------------------------------------- /funding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethereum-optimism/developers/HEAD/funding.json --------------------------------------------------------------------------------