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 all commits
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"
1 change: 1 addition & 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",
"Polkadot Developer Heroes",
"PolkaEx",
"Polkahub",
Expand Down
Loading