Git Product home page Git Product logo

substrate's Introduction

Link: https://github.com/paritytech/substrate

重点目录注释:

substrate-master/
├── bin  // 包含节点的可执行程序
│   ├── node  // 功能完备的node
│   ├── node-template  // node模板
│   └── utils  // 包含常用的工具
│       ├── chain-spec-builder
│       └── subkey  // 用来管理密钥
├── client  // 包含节点所必须的组件,比如网路P2P的消息机制,数据库读写,共识的底层组件等
├── frame  // runtime开发所支持的各种模块、和业务模块
│   ├── system  // https://crates.parity.io/frame_system/index.html
│   ├── timestamp  // 记录链上时间戳
│   ├── transaction-payment  // 用来计算交易的费用,并对费用做实际的扣除
│   ├── utility  // 工具模块
├── primitives  // 包含常用的runtime、客户端需要的公用类型方法接口等

已将frame模块的部分代码做了注释,待持续更新。

  • system
  • timestamp
  • transaction-payment
  • utility

substrate's People

Contributors

bryvegas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.