Skip to content

Commit

Permalink
Add flex ledger endpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jun 21, 2016
1 parent 3f4a0f2 commit a1b04d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flex/.htaccess
@@ -0,0 +1,5 @@
RewriteEngine on

RewriteRule ^v1$ https://digitalbazaar.github.io/flex-ledger/flex-v1.jsonld [R=302,L]
RewriteRule ^$ https://digitalbazaar.github.io/flex-ledger/ [R=302,L]

8 changes: 8 additions & 0 deletions flex/README.md
@@ -0,0 +1,8 @@
# Flex Ledger

A data model and syntax for expressing a set of ordered events in a decentralized system in way that can be cryptographically verified. This technology is useful when coordinating the recording of events, such as financial transactions, transfer of property, or time-stamped data that must be shared among coordinating parties. A primary goal of this ledger format is flexibility, allowing the pluggability of consensus algorithms, data structures for recording history, and the type of data that can be stored in the ledger.

Contact:

* Manu Sporny <msporny@digitalbazaar.com>

0 comments on commit a1b04d9

Please sign in to comment.