radix-engine 1.3.1

Reference implementation of Radix Engine, from the Radix DLT project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# System Layer

The System Layer is responsible for:
* Defining the [Object]object_impl.md, [Blueprint]blueprint_impl.md, [Type System]type_system_impl.md, and [Package]package_impl.md abstraction
* Defining [Actor]actor_impl.md abstraction and memory protection
* Maintaining a set of [System Modules]system_modules.md, or pluggable software, which extends the
functionality of the system.

## Implementation

The System Layer is implemented by defining the Kernel Callback Object and defining the
Actor/Package/Blueprint/Object abstractings on top of the kernel's Node/Partition/Substate
abstractions.