An awesome list is a list of awesome things curated by the community.
Substrate is a framework for building upgradable, modular and efficient blockchains. Substrate is an open-source library of Rust code that is maintained by Parity Technologies.
subport
        - Support repository.
      substrate.
      cargo remote
        and Google Cloud to reduce
        Substrate build times; written by Substrate community member
        Matej Nemček.
      substrate-stencil
        - A template for a Substrate node that includes staking and governance
        capabilities.
      subxt
        - Official Rust client.
      offline-election, which is a tool that is used to predict nominated proof-of-stake
        elections.
      sup -
        Command line tool for generating or upgrading a Substrate node.
      offchain::ipfs
        - Substrate infused with IPFS.
      polkadot-launch
        - Simple CLI tool to launch a local Polkadot test network.
      substrate-js-utils
        - A set of useful JavaScript utilities for Substrate that uses the
        Polkadot{JS} API. Also
        deployed as a website.
      substrate-graph-benchmarks
        - Graph the benchmark output of FRAME pallets.
      substrate-balance-calculator
        - Breakdown the balances of your Substrate account.
      substrate-balance-graph
        - Create a graph of the token balance over time of a Substrate address.
      polkadot-js-bundle
        - A standalone JS bundle that contains Polkadot{JS} libraries.
      substrate-society
        - A basic front-end for the FRAME Society pallet.
      subsee -
        CLI to inspect metadata of a substrate node as JSON.
      polkadot-runtime-prom-exporter
        - A Prometheus exporter for
        Polkadot runtime metrics (modifable for substrate use).
      subwasm -
        CLI to inspect a runtime WASM blob offline. It shows information,
        metadata and can compare runtimes. It can also help you fetch a runtime
        directly from a node.
      srtool -
        Docker image to deterministically build a runtime.
      srtool-cli
        - CLI frontend for the srtool Docker image.
      srtool-actions
        - Github actions to easily use the srtool Docker image to
        build your onw runtime.