Skip to content

Commit

Permalink
Add "Motivation" section.
Browse files Browse the repository at this point in the history
This section describes the motivation for writing this document.
  • Loading branch information
jonathanknowles committed May 25, 2020
1 parent bee93c8 commit 0c85fda
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CIP2/CIP2.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,22 @@ step-by-step descriptions of the computations involved.
The [Reference Implementations](#reference-implementations) section provides
links to reference implementations of each algorithm in various languages.

# Motivation

This document was written to help people gain an understanding of the coin
selection algorithms used in Cardano, without having to read through and
understand Cardano source code.

We aim to provide descriptions of algorithms that are understandable for people
unfamiliar with coin selection, and precise enough for software engineers to be
able to reimplement these algorithms in their preferred programming languages.

Where appropriate, we also provide mathematical descriptions, for added clarity.

# Contents

* [Abstract](#abstract)
* [Motivation](#motivation)
* [Background](#background)
* [What is Coin Selection?](#what-is-coin-selection)
* [Coin Selection in the Physical World](#coin-selection-in-the-physical-world)
Expand Down

0 comments on commit 0c85fda

Please sign in to comment.