Giter Site home page Giter Site logo

lcsouzamenezes / lll-tao Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nexusoft/lll-tao

0.0 0.0 0.0 69.81 MB

LLL: Lower Level Library - TAO: Tritium, Amine, and Obsidian as a high performance application framework

License: MIT License

C++ 85.25% C 13.24% Dockerfile 0.03% Python 0.91% Shell 0.56%

lll-tao's Introduction

Lower Level Library / TAO Framework

Series of Templates for developing Crypto, Database, or Protocol. Base templates for the TAO framework, which will inherit these templates and create higher level functionality.

Branching

We use a very strict branching logic for our development. The branch 'merging' is the main development branch, which contains the most up-to-date code. The branch 'master' is the stable branch, that contains releases. If you are compiling from source, ensure you use the 'master' branch or pull from a release tag. The branch 'staging' is for pre-releases, so if you would like to test out new features before full release, but want to ensure they are mostly stable, use 'staging'.

Building

We use Make to build our project to multiple platforms. Please read out build documentation for instructions and options.

Build Options

Linux

Windows

OSX

iPhone OS / Android OS

TAO Framework

The core base upgrades utilizing the LLL as base templates for Tritium, Amine, and Obsidian feature sets.

Tritium

The first of the three updates in the TAO Framework. Tritium will include the following feature sets:

  • Trust System
  • Legacy Mode
  • Contract Layers
  • API/SDK
  • Hybrid Mode
  • Ambassador DAO
  • LISP
  • Interface/Wallet

Amine

The second of the three updates in the TAO Framework. Amine will include the following feature sets:

  • pBFT + Reputation Channels (L1)
  • Network Data Sharding
  • LLD Global File System
  • Domain Specific Languages
  • DAO Voting Groups
  • pBFT + PoS Trust Network (L2)
  • LISP Multicast Links for (L1) and (L2)
  • Interface Application Market

Obsidian

The third of the three updates in the TAO Framework. Obsidian will include the following feature sets:

  • Extended Data Sharding
  • Decentralized Mining Pool (L3)
  • Miner Reputation to improve BFT
  • Extending DAO Voting Groups
  • DAO: L1 Voting Group
  • DAO: L2 Voting Group
  • DAO: L3 Voting Group
  • LISP Multicast Links for L3

LISP (Locator / Identifier Separation Protocol)

Tritium provides support to run over the LISP overlay. Included in this repository are docker build files for deploying in a docker container (recommended), and of course native support for LISP, if you decide to build and run yourself. If you would like to learn more about LISP, it is open source and available here:

https://github.com/farinacci/lispers.net

Lower Level Library

Following will include descriptions of the core components of the Lower Level Library. These base templates lay the foundation for any higher inheritance as a series of base classes for Crypto, Database, and Protocol.

Lower Level Crypto

Set of Operations for handling Crypto including:

  • Digital Signatures (ECDSA, Hash Based)
  • Hashing (SHA3 / Notable Secure Algorithms)
  • Encryption (Symmetric / Asymmetric)
  • Post-Quantum Cryptography (Experimental)

Currently Implemented:

  • SK Hashing (Skein and Keccak)
  • Argon2 Password hashing
  • AES Standard (Symmetric)
  • FALCON (Quantum Resistant Lattice Signatures)
  • OpenSSL wrapping functions (EC_KEY, BIGNUM)

Lower Level Database

Set of Templates for designing high efficiency database systems. Core templates can be expanded into higher level database types.

  • Keychain Database
  • ACID Transactions
  • Sector Database

Keychains Included:

  • Binary File Map
  • Binary Hash Map

We welcome any contributions of new keychains to provide different indexing data structures of the sector data.

Lower Level Protocol

Set of Client / Server templates for efficient data handling. Inherit and create custom packet types to write a new protocol with ease and no network programming required.

  • Data Server
  • Listening Server
  • Connection Types
  • Packet Styles
  • Event Triggers
  • DDOS Throttling

LLP Protocols Implemented:

  • Legacy
  • Tritium
  • HTTP

Utilities

Set of useful tools for developing any program such as:

  • Serialization
  • Runtime
  • Debug
  • Json
  • Arguments
  • Containers
  • Configuration
  • Sorting
  • Allocators
  • Filesystem

License

Nexus is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Contributing

If you would like to contribute as always submit a pull request. This library development is expected to be on-going, with new higher level templates created for any types of use in the web.

All code contributions should follow the comments and style guides. The latest versions are in the contrib folder.

L5 Stack

L5 stands for 'Linux Lower Level Library & LISP' which is the stack that the TAO framework is built on top of. We envision this becoming a new standard for component based web design, which has the potential to decentralize web services. It is also a very useful and scale-able stack for Cryptocurrency and Blockchain designs.

Why?

A lot of software that we use today for databases, or protocols, or cryptography was created back in the 1990's as open source software. Since then the industry has expanded and bloated this code causing performance degradation. The aim of these templates is performance in simplicity. Include only what is needed, no more, and no less. This allows extremely high performance and scaleability necessary for the new distributed systems that will continue to evolve over the next few decades.

lll-tao's People

Contributors

viderelicet avatar scottsimon36 avatar jackdmcgowen avatar farinacci avatar kencorma avatar amandamarquis1 avatar beuschl avatar paulscreen avatar bibbityjibbity avatar jboutsicaris avatar zephyr-blues avatar cyptoman 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.