Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An example of using rust crate with coinselection #66

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 11, 2024

  1. An Example of using rust crate with coinselection

    - Inputs and outputs are stored in a JSON file
    - The inputs and outputs are red from the file and parsed into TxIn and TxOut objects
    - A combinatorial approach is used to create transactions of type `Transaction` using the available TxIn and TxOut.
    - The transactions are then parsed into OutputGroup objects (of coinselect crate)
    - Five different types of selection options (CoinSelectOpt) are created
    - Coin selection is performed by calling coin_select()
    jkciw committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    eda9f7c View commit details
    Browse the repository at this point in the history
  2. FMT fix

    jkciw committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e00628f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab67ae View commit details
    Browse the repository at this point in the history
  4. Fixed few more clippy errors

    jkciw committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b1b133d View commit details
    Browse the repository at this point in the history
  5. Fixed clippy error

    jkciw committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    49cb120 View commit details
    Browse the repository at this point in the history