Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Polkadot Blockchain Academy #640

Merged
merged 3 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions data/ecosystems/p/polkadot-blockchain-academy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Ecosystem Level Information
title = "Polkadot Blockchain Academy"

sub_ecosystems = []

github_organizations = ["https://github.com/Polkadot-Blockchain-Academy"]

# Repositories
[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/Academy-PoW"

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/blockchain-from-scratch"

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/contract-workshop"

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/formal-verification-kani-scale-codec"

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/frame-benchmarking-activity"

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/frame-testing-exercise"

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/pba-book"
tags = ["Documentation"]

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/pba-qualifier-exam"

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/pba-zombienet"

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/wasm-executor"

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/xcm-activities"
9 changes: 9 additions & 0 deletions data/ecosystems/p/polkadot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ sub_ecosystems = [
"Plutos Network",
"Polimec",
"Polkadex",
"Polkadot Blockchain Academy",
"PolkaEx",
"Polkahub",
"Polkasafe",
Expand Down Expand Up @@ -300,6 +301,7 @@ github_organizations = [
"https://github.com/InkSmartContract",
"https://github.com/ParityAsia",
"https://github.com/patractlabs",
"https://github.com/Polkadot-Blockchain-Academy",
Copy link
Contributor

Choose a reason for hiding this comment

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

you can remove this lines since the taxonomy operates like a graph and will upstream the subecosystem's repos/devs

"https://github.com/polkadot-js",
"https://github.com/soramitsu",
"https://github.com/subquery",
Expand Down Expand Up @@ -5324,6 +5326,13 @@ url = "https://github.com/Polkadex-Platform/Polkadex"
[[repo]]
url = "https://github.com/Polkadex-Substrate/Polkadex"

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/pba-book"
tags = ["Documentation"]

[[repo]]
url = "https://github.com/Polkadot-Blockchain-Academy/pba-qualifier-exam"

Copy link
Contributor

Choose a reason for hiding this comment

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

you can remove these lines since the taxonomy operates like a graph and will upstream the subecosystem's repos/devs

[[repo]]
url = "https://github.com/polkadot-js/api"

Expand Down
Loading