KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
substrate-doc
★ 9
Open GitHub ↗
Documentation for substrate
Download README (.md)
Explore Similar Repositories
optim_second_order_autodiff
:
Second order optimization with automatic differentiation
PowerShell-ServerHealthCheck
:
A set of Pester tests to perform a quick validation of general Windows server health.
MyBlockChain
:
Set up a blockChain from 0 to 1
cyano
:
Make code portable to both Mithril and React
assignments-faq
:
Assignments Frequently Asked Questions
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
substrate-doc
?
Download (.md)
# substrate-doc Some additional visual documentation for substrate complementing https://docs.substrate.dev/docs/ to edit these diagrams with draw.io go to https://www.draw.io/?mode=github and open diagram. "save" commits back to github. # Transaction lifetime What happens with a transaction when it is passed through RPC until it is included in a block?  * [x] reviewed by @shawntabrizi / @bkchr / @thomusdrw ## corresponding class diagram  # Architecture ## Service the following components will be instanciated by the substrate service TODO: still a bit chaotic  to learn more, study [these lines](https://github.com/paritytech/substrate/blob/7c95fb0bfd0b204e1200bf7e270538ba5e61e063/core/service/src/lib.rs#L94) ## Full Client Components of a full client  ## Light Client TODO: light client components diagram study `core/client/src/light/fetcher.rs` https://substrate.dev/rustdocs/v1.0/substrate_client/light/fetcher/trait.FetchChecker.html#tymethod.check_read_proof # Blockchain Data Model  # Consensus ## Aura Aura takes fixed turns to propose a new block. only the authority who's turn it is proposes a new block slot duration is a fixed number of seconds, to be evaluated on the autorities machines' time. the slot proposer broadcasts his block, the others validate and import it and gossip about what they do.  TODO: compress diagram area # SRML All modules involved in Gav's coin flipping demo  TODO: simplify!