radix-engine 1.3.1

Reference implementation of Radix Engine, from the Radix DLT project.
Documentation
1
2
3
4
5
6
7
# Database Layer

The database layer is responsible for defining the partition-key / sort-key abstractions.

## Implementation

The database layer is implemented on top of a key-value database.