Coder Social home page Coder Social logo

smokyish / tl-dev-docs-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trustlines-protocol/tl-dev-docs

0.0 1.0 0.0 2.39 MB

Technical documentation around the Trustlines protocol

License: Other

Ruby 0.45% HTML 4.87% CSS 77.07% JavaScript 17.61%

tl-dev-docs-1's Introduction

Trustlines Developer Docs

Work In Progress

Trustlines Developer Docs


Trustlines Developer Docs will contain all the technical documentation related to Trustlines Protocol.

Here you can find all kind of technical details about Trustlines as well as code related documentation.

This site is a work in progress and the documentation currently resides in their respective repositories of the trustlines-protocol GitHub organization.

Content

  • Blockchain

The Trustlines Blockchain is a minimal viable Proof-of-Stake (mPoS) Ethereum sidechain.

  • Client library

The clientlib is a JS-library which makes it easy to build applications on top of the Trustlines Protocol. It provides a high level API to enable applications to interact with the smart contract system on the blockchain via the relay servers.

  • Relay Servers

The Relay Servers are an optional bridge between client apps and the Trustlines blockchain. They offer services which are not feasible to be implemented on-chain or within the client apps. Importantly, Relay servers calculate optimal paths and relay transactions.

  • Smart Contract System

The smart contract system is a collection of solidity contracts deployed on the Trustlines Blockchain. Transfers within the Trustlines Network are executed by the smart contracts. All trustlines (i.e. credit lines and balances between users) are notarized on the Trustlines Blockchain. Furthermore, the smart contracts enforce the rules determining how trustlines can be created, used and updated.

Requirements and steps for running the site locally

Requirements

  • Ruby version 2.4.0 or above, including all development headers (ruby version can be checked by running ruby -v)
  • RubyGems (which you can check by running gem -v)
  • GCC and Make (in case your system doesn’t have them installed, which you can check by running gcc -v, g++ -v and make -v in your system’s command line interface)
  • Jekyll (currently using v4.0.0)

Steps to install locally

Running locally

  • cd path-to-your-tl-dev-docs-folder/
  • Run bundle exec jekyll serve
  • Open http://127.0.0.1:4000/ in your favourite browser
    • If you're running into a 404 Not found error, try setting baseurl: "" in the _config.yml file and run serve again.

tl-dev-docs-1's People

Contributors

andfletcher avatar smokyish 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.