substrate-runtime
There are 20 repositories under substrate-runtime topic.
paritytech/subport
Parity Substrate(-based) chains usage and development support
TomaszWaszczyk/digital-assets-association-poland
:whale2: :whale2: https://meetup.com/Silesia-Blockchain-Meetup :whale2: :whale2:
kaonone/POC-polkadai-bridge
(POC) Ethereum <-> Parity Substrate Blockchain bridge for self transfers of DAI Token (ERC20) to sDAI (ERC20 representation).
centrifuge/substrate-pallet-multi-account
A pallet/runtime module for Substrate with multisig functionality with a static `AccountId` and a dynamic `threshold` and set of `signatories`.
UniversalDot/universal-dot-node
UniversalDot Node based on substrate blockchain implementation.
boundless-forest/polkadot-cli
Substrate based chain command helper
vjgaur/substrate-proof-of-work
Implementing Proof of work chain using Substrate / Rust Node template - (Note: the previous github project had old version of substrate node template causing bugs, hence creating new project with the latest node template to implement Proof of Work chain. Please follow this project for more updates)
GigameshGarages/MoorNet
Winner of Cosmos India Hackathon 2020. Convergence of Cosmos SDK Apps and CosmWasm with Substrate IBC Consensus and ChainSafe Polkadot Gossamer
herou/sub-examples
This repo contains some substrate mini-projects examples.
omega000133/substrate-internals
Hacking on substrate internals, only track the newest version of substrate
Akagi201/substrate-internals
Hacking on substrate internals, only track the newest version of substrate
k-gunjan/did-verification-consensus-protocol
Substrate based network + DID + Adoption- Events + consensus protocol for DID creation based on feedbacks of oracles(verifiers) + oracle's reputation management
pmuens/plokadotting
Playing around with Substrate and Polkadot
siman/substrate-runtime-joystream
Joystream substrate runtime
vjgaur/ink-smart-contracts-substrate
Writing ink! smart contract deployed on substrate chain
vjgaur/matchx-assignment
Create a custom Substrate pallet that allows only the `Root` origin account to control the list of club members to a set of accounts for at least two different clubs, where * Only the `Root` origin account can add an account as a member of a club in on-chain storage * Only the `Root` origin account can remove an account from being a member of a club in on-chain storage
vjgaur/private-blockchain-network-substrate
Built Private Blockchain Network using RUST/Substrate
vjgaur/substrate-bitcoin-blockchain
Building Substrate Bitcoin Blockchain in RUST. In this repo I additionally added code documentation captured from youtube video tutorial for better code clarity and understanding of each component.