fmassart / platform

Official Implementation of Findora Network.

Home Page:https://findora.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub top language GitHub Workflow Status Docker Pulls GitHub issues GitHub pull requests

Findora Platform

.
├── Cargo.toml
├── container/
├── docs/
├── LICENSE
├── Makefile
├── README.md
├── rustfmt.toml
├── rust-toolchain
├── src/
│   ├── components/
│   │   ├── abciapp/
│   │   ├── finutils/
│   │   └── wasm/
│   ├── ledger/
│   │   ├── build.rs
│   │   ├── Cargo.toml
│   │   └── src/
│   └── libs/
│       ├── bitmap/
│       ├── credentials/
│       ├── cryptohash/
│       ├── globutils/
│       ├── merkle_tree/
│       ├── README.md
│       └── sliding_set/
└── tools/
===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 BASH                    1          106          101            1            4
 JavaScript              2          113           77           14           22
 JSON                    5          424          424            0            0
 Makefile                1          264          180           27           57
 Python                  1          138           99           19           20
 Shell                  15          777          571           83          123
 TOML                   12          418          349            7           62
 YAML                    1          399          379           18            2
-------------------------------------------------------------------------------
 Markdown               11          488            0          343          145
 |- Rust                 1           37           25            5            7
 |- Shell                4          114           80           23           11
 (Total)                            639          105          371          163
-------------------------------------------------------------------------------
 Rust                   69        26842        22060         1371         3411
 |- Markdown            59         1669           13         1543          113
 (Total)                          28511        22073         2914         3524
===============================================================================
 Total                   0        29969        24240         1883         3846
===============================================================================

Licensing

The primary license for Platform is the Business Source License 1.1 (BUSL-1.1), see LICENSE.

Exceptions

  • All files in components/contracts are licensed under Apache-2.0

SEE ALSO

About

Official Implementation of Findora Network.

https://findora.org

License:Other


Languages

Language:Rust 94.9%Language:Shell 3.4%Language:Makefile 0.8%Language:Python 0.4%Language:JavaScript 0.4%