The Trustlines Network is the first open permissionless platform for hosting currency networks representing real-world obligations
In laymen's terms, the Trustlines Network is the original Ripple Pay on the Ethereum. Using IOUs on the social graph can be effectively used to create fungible money and facilitate payments between non-trusting participants on a global scale.
This is just a landing page that gives you a basic introduction to the application.
Made using Jekyll Pages
has to be edited directly in the html-file: _includes/introduction.html
for every feature, there has to be a .md file in _services/
that specifies a header and a glyphicon:
https://github.com/trustlines-network/trustlines-network.github.io/blame/master/_services/test_service_1.md#L1-L4
The useable glyphicons can be found here: http://getbootstrap.com/components/#glyphicons
for every Application, there has to be a .md file in _applications/
that specifies a heading:
https://github.com/trustlines-network/trustlines-network.github.io/blame/master/_applications/main_1.md#L1-L4
for every FAQ Question/Answer, there has to be a .md file in _faq/
that specifies a question and a category:
https://github.com/trustlines-network/trustlines-network.github.io/blame/master/_faq/3.md#L1-L4
The content in the .md file will construct the Answer to the Question
All questions with the same category will be grouped together.
has to be edited directly in the _includes/bootstrapping.html
file (https://github.com/trustlines-network/trustlines-network.github.io/blob/master/_includes/bootstrapping.html)
has to be edited directly in the _includes/contact.html
file
(https://github.com/trustlines-network/trustlines-network.github.io/blob/master/_includes/contact.html)
has to be edited directly in the _includes/aside.html
file:
(https://github.com/trustlines-network/trustlines-network.github.io/blob/master/_includes/aside.html)