Difference between revisions of "Audit Log Mode"
(Created page with "==Audit Log Mode==") |
(→Audit Log Mode) |
||
| Line 1: | Line 1: | ||
| − | ==Audit Log Mode== | + | ==Overview== |
| + | |||
| + | Audit Log Mode is a way of building a single chain of transactions where each transaction is built from the output of the previous transaction. | ||
| + | |||
| + | This allows for creating a simple audit log of events (using the tx_extra section of the transactions). | ||
| + | |||
| + | ==Instructions== | ||
| + | |||
| + | Create a new wallet for use with audit log mode. This wallet should not be using for any activity other than a single audit log chain. | ||
| + | |||
| + | Fund the wallet. Pick an address in the wallet and set it as audit_log_source. | ||
Revision as of 04:13, 22 April 2019
Overview
Audit Log Mode is a way of building a single chain of transactions where each transaction is built from the output of the previous transaction.
This allows for creating a simple audit log of events (using the tx_extra section of the transactions).
Instructions
Create a new wallet for use with audit log mode. This wallet should not be using for any activity other than a single audit log chain.
Fund the wallet. Pick an address in the wallet and set it as audit_log_source.