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

CPS-0009? | Coin Selection Including Native Tokens #611

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: adding example implemntations
  • Loading branch information
HinsonSIDAN committed Nov 28, 2023
commit 55fd1c2e837dee1849c5059e595d2c4120d52c22
6 changes: 6 additions & 0 deletions CPS-0009/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ Users and applications frequently engage in native token transactions, making ef

Decentralized applications and DeFi projects require efficient coin selection to maintain the performance and cost-effectiveness of their transactions.

### Example Implementation
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is the place to add this block as we discussed in biweekly. Also if anyone knows the right link pointing to the implementation for cardano wallet please help to supplement!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this makes perfect sense because Example Implementations will always be closely related to, if not qualify as, Use Cases.

Copy link
Collaborator

@rphair rphair Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so far I think this list is:
👉 the dev version of cardano-wallet @nicolasayotte mentioned in today's meeting
👉 anything open source from what @siegfried mentioned in #611 (comment)
👉 cardano-utxo-wasm as per #611 (review)

Some real world use cases of the coin selection algorithm taking Native Token into account is listed below:
1. [UTxO utils of Cardano in WASM](https://www.npmjs.com/package/cardano-utxo-wasm)
2. Cardano Wallet (link to be supplied)
3. [cardano-multiplatform-lib](https://github.com/dcSpark/cardano-multiplatform-lib)

### Network Scalability

Efficient coin selection contributes to network scalability by reducing the size and complexity of transactions, ensuring smooth and rapid processing.
Expand Down