Skip to content

Commit

Permalink
Update build-open-source.md (w3f#5134)
Browse files Browse the repository at this point in the history
* Update build-open-source.md

Add Subway

* Update build-open-source.md

Rename substrate to Polkadot Blockchain SDK

* Update status badge

---------

Co-authored-by: Radha <[email protected]>
  • Loading branch information
Noc2 and DrW3RK authored Aug 28, 2023
1 parent d524e7d commit aabc965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/build/build-open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ In the below sections, you can find a list of different layers of the Polkadot S

| Components | Existing projects | Potentially interesting projects |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Runtime/Parachain frameworks | [Substrate](https://github.com/paritytech/substrate) 🟒, [Gosemble](https://github.com/LimeChain/gosemble) 🟒, [Subsembly](https://github.com/LimeChain/subsembly) βšͺ, [Parachain utilities](https://github.com/AcalaNetwork/parachain-utilities) βšͺ, [Gantree](https://github.com/gantree-io/gantree-core) βšͺ| Tools to create parachains from frameworks used in other ecosystems |
| Runtime/Parachain frameworks | [Polkadot Blockchain SDK](https://github.com/paritytech/polkadot-sdk) 🟒, [Gosemble](https://github.com/LimeChain/gosemble) 🟒, [Subsembly](https://github.com/LimeChain/subsembly) βšͺ, [Parachain utilities](https://github.com/AcalaNetwork/parachain-utilities) βšͺ, [Gantree](https://github.com/gantree-io/gantree-core) βšͺ| Tools to create parachains from frameworks used in other ecosystems |
| Client Libraries | [Capi - Typescript](https://github.com/paritytech/capi) 🟒, [sub-api](https://github.com/kodadot/packages/tree/main/sub-api) 🟒, [Go](https://github.com/centrifuge/go-substrate-rpc-client) 🟑, [.Net](https://github.com/usetech-llc/polkadot_api_dotnet) βšͺ, [.NET Standard 2.0](https://github.com/ajuna-network/Ajuna.NetApi) 🟒, [C++](https://github.com/usetech-llc/polkadot_api_cpp) βšͺ, [C](https://github.com/finoabanking/substrate-c-tool) βšͺ, [Haskell](https://github.com/airalab/hs-web3) βšͺ, [Javascript](https://github.com/polkadot-js/api) 🟒, [Substrate API Sidecar - TypeScript](https://github.com/paritytech/substrate-api-sidecar) 🟒, [Python](https://github.com/polkascan/py-substrate-interface) 🟒, [Java (+ Android)](https://github.com/emeraldpay/polkaj) βšͺ, [Substrate Client Java](https://github.com/strategyobject/substrate-client-java) βšͺ, [Rust SCS](https://github.com/scs/substrate-api-client) 🟒, [Rust Parity (subxt)](https://github.com/paritytech/subxt) 🟒, [Rust pdotc](https://github.com/trevor-crypto) [PHP (gmajor-encrypt)](https://github.com/gmajor-encrypt/php-substrate-api) βšͺ, [PHP (neha0921)](https://github.com/neha0921/substrate-interface-package) βšͺ, [RPC-Ethereum](https://github.com/paritytech/frontier) 🟒, [Swift](https://github.com/tesseract-one/Substrate.swift) 🟑, [Kotlin](https://github.com/NodleCode/substrate-client-kotlin) βšͺ, [substrate-client-kotlin](https://github.com/sublabdev/substrate-client-kotlin) βšͺ, [substrate-client-swift](https://github.com/sublabdev/substrate-client-swift) βšͺ, [Dart](https://github.com/rankanizer/polkadart) 🟑, [Substrate Core Polywrapper](https://github.com/polywrap/integrations) 🟒| |
| RPC Gateway | [Subway](https://github.com/AcalaNetwork/subway) 🟒| |
| Substrate Contract clients | [PatractGo](https://github.com/patractlabs/go-patract) βšͺ| |
| SCALE Codec | [Rust](https://github.com/paritytech/parity-scale-codec) 🟒, [TypeScript](https://github.com/paritytech/parity-scale-codec-ts) 🟑, [Python](https://github.com/polkascan/py-scale-codec) 🟑, [Golang Chainsafe](https://github.com/ChainSafe/gossamer/tree/development/pkg/scale/) 🟒, [Golang Itering](https://github.com/itering/scale.go) 🟒, [C](https://github.com/MatthewDarnell/cScale) βšͺ, [C++](https://github.com/soramitsu/scale-codec-cpp) βšͺ, [JavaScript](https://github.com/polkadot-js/api) 🟒, [AssemblyScript](https://github.com/LimeChain/as-scale-codec) βšͺ, [Haskell](https://github.com/airalab/hs-web3/tree/master/packages/scale/src/Codec) βšͺ, [Java](https://github.com/emeraldpay/polkaj) βšͺ, [Ruby](https://github.com/itering/scale.rb) βšͺ, [Dart](https://github.com/nbltrust/dart-scale-codec) βšͺ, [Swift](https://github.com/tesseract-one/swift-scale-codec) 🟒, [scale-codec-swift](https://github.com/sublabdev/scale-codec-swift) βšͺ, [scale-codec-kotlin](https://github.com/sublabdev/scale-codec-kotlin) βšͺ, [PHP](https://github.com/gmajor-encrypt/php-scale-codec) βšͺ, [JavaScript by Soramitsu](https://github.com/soramitsu/scale-codec-js-library) βšͺ, [Scale Codec Comparator](https://github.com/gmajor-encrypt/scale-codec-comparator) 🟒, [ScaleCodec.sol by Darwinia](https://github.com/darwinia-network/darwinia-messages-sol/blob/master/contracts/utils/contracts/ScaleCodec.sol) βšͺ, [ScaleCodec.sol by Snowfork](https://github.com/Snowfork/snowbridge/blob/main/core/packages/contracts/contracts/ScaleCodec.sol) 🟒|
| Easy Runtime Development | [Subalfred](https://github.com/hack-ink/subalfred) 🟒, [substrate-stencil](https://github.com/kaichaosun/substrate-stencil) 🟑, [Play Substrate](https://github.com/kaichaosun/play-substrate) 🟑, [substrate-node-template](https://github.com/substrate-developer-hub/substrate-node-template) 🟒, [Substrate Playground](https://github.com/paritytech/substrate-playground) 🟑, [AssemblyScript Runtime Generation](https://github.com/LimeChain/as-substrate-runtime) βšͺ, [Substrate Package Manager](https://github.com/clearloop/sup) βšͺ, [Subsembly: Framework for developing AssemblyScript Substrate Runtimes](https://github.com/LimeChain/subsembly) βšͺ, [dependency diener](https://github.com/bkchr/diener) 🟒| |
Expand Down

0 comments on commit aabc965

Please sign in to comment.