Skip to content

Commit

Permalink
Add Polkadart (w3f#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxs authored Dec 21, 2022
1 parent 9b5f48e commit f58b210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/build-open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ In the below sections you can find a list of different layers of the Polkadot St
| Components | Existing projects | Potentially interesting projects |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Parachain | [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 | [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) 🟒, [Ruby](https://github.com/itering/scale.rb) 🟑, [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) πŸ”΄| |
| Client Libraries | [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) 🟒, [Ruby](https://github.com/itering/scale.rb) 🟑, [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) πŸ”΄, [Dart](https://github.com/rankanizer/polkadart) 🟒 | |
| 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) πŸ”΄, [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) 🟒|
| 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) 🟒, [VS Code Plugin](https://github.com/everstake/vscode-plugin-substrate) πŸ”΄, [Atom Code Plugin](https://github.com/everstake/atom-plugin-substrate) πŸ”΄, [Substrate Playground](https://github.com/paritytech/substrate-playground) 🟑, [Substrate Marketplace VS Code Plugin](https://github.com/paritytech/vscode-substrate) πŸ”΄, [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 f58b210

Please sign in to comment.