diff --git a/flex/.htaccess b/flex/.htaccess new file mode 100644 index 000000000..98c736888 --- /dev/null +++ b/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] + diff --git a/flex/README.md b/flex/README.md new file mode 100644 index 000000000..16c7c0298 --- /dev/null +++ b/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 +