LogoLogo
🔎 Our Homepage💎 Join Our DiscordðŸ‘ū Contribute on GitHubPrivacy Policy
  • 🌄Introduction
    • ðŸŽŊHow Blockchain Protects Public Safety
      • 🗚ïļOld System, New World
      • ðŸ’ĄA Working Solution
    • â„đïļImportant Links
  • â›ĩResearchers
    • 🗓ïļPublication Pipeline
      • ðŸ“ĒPublication Requests
      • ðŸģResearch Development
        • ðŸ›ĢïļRD1 | Build3 Roadmap for Blockchain-Based Construction Supervision
        • 👷‍♀ïļRD2 | Labor-Based Based Voting Authority
        • ðŸŠķRD3 | Authorship, not Ownership: Re-understanding and NFT
        • ðŸ‘ŋRD5 | Blockchain Makes Everything Worse for Everyone in Every Industry
        • ðŸĨ‘RD6 | Configuring a DAO as a Legal 503(c)
      • 🗄ïļPR Archives
    • 🔭Use Cases
      • ðŸŦ”Proof of Supervision with Blockchain
      • 🏔ïļRecord of Work
      • 🏝ïļConnecting to Land
      • ðŸ›ŦPermitZIP: Two-Week Project
  • ðŸ•đïļDevelopers
    • 🧑‍🚀Architecture Overview
      • ðŸĨConsensus
      • 🛰ïļStorage
    • ⚗ïļNotes about Substrate
      • 🏃‍♂ïļRuntime
      • 🏗ïļFRAME Pallet
        • ⮇ïļImports
        • ⚙ïļRuntime Configuration Trait
        • ðŸ’ūRuntime Storage
        • 👍Runtime Events
        • 🏑Hook
        • 🙋Extrinsics (Dispatchable Calls)
      • ðŸ“ĶOther Important Crates
        • ðŸ“Ąframe_system
        • ðŸĪframe_support
        • ðŸĪ frame_executive
      • 🍇Prebuilt Pallets
        • 🊙Assets
        • ⚛ïļAtomic Swap
        • ⚖ïļBalances
        • 📊Benchmark
        • â˜ŪïļCollective
        • 📃Contracts
        • Democracy
        • Elections PhragmÃĐn
        • 🌌Off-chain Worker
        • ðŸ‘īGRANDPA
        • 🆔Identity
        • Indices
        • 🧜Membership
        • ðŸŦ‚Multisig
        • ðŸ‘Đ‍⚖ïļOffences
        • ðŸ‘Ļ‍ðŸŦProxy
        • 🌄Recovery
        • Scheduler
        • Scored Pool
        • Society
        • ðŸķStaking
        • Sudo
        • âēïļTimestamp
        • 🍚Transaction Payment
        • Treasury
        • ☚ïļUtility
        • ðŸĶšVesting
      • 🐙ink! Smart Contracts
        • 🕊ïļDevelopment
    • ðŸĶ€Rust Programming Language
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Developers
  2. Notes about Substrate

Runtime

Where the heart of the business logic lives.

There's so much ground to cover, but let's focus on runtime because that's where most of your time: how the runtime works and is constructed.

The runtime is built using FRAME Pallets as a plugin system. Between the Pallets and the Runtime crates, we have been able to create a working prototype of proof of supervision applicable to the construction industry.

Explore our work in progress use cases for build3 if you want a quick look at what is being proposed and how we plan to use the technology.

PreviousNotes about SubstrateNextFRAME Pallet

Last updated 3 years ago

Was this helpful?

ðŸ•đïļ
⚗ïļ
🏃‍♂ïļ