Skip to content

Commit ba2fc64

Browse files
Update README with new ICP and ICRC-1 libraries (#221)
* Update README with new ICP and ICRC-1 libraries * Update README.md Co-authored-by: Marco Walz <8124114+marc0olo@users.noreply.github.com> --------- Co-authored-by: Marco Walz <8124114+marc0olo@users.noreply.github.com>
1 parent d85274f commit ba2fc64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,11 @@ Candid is an interface description language (IDL) for interacting with canisters
422422
- [ICTC](https://github.com/iclighthouse/ICTC) - Distributed transaction framework for DeFi applications.
423423
- [ICSI](https://github.com/garudaidr/icp-subaccount-indexer) - Simplify ICRC token tracking and management within sub-accounts using the ICP Sub-Account Indexer.
424424
- [ICSpore DCA](https://github.com/ICSpore/dca-v1) - Payment solution for automated DCA purchases
425+
- [ic-ledger-types](https://crates.io/crates/ic-ledger-types) – A library of types to communicate with the ICP ledger canister.
426+
- [icrc-ledger-types](https://crates.io/crates/icrc-ledger-types) – This package defines types for interacting with a ledger that is compliant with the ICRC-1 fungible token standard.
427+
- [icrc-ledger-agent](https://crates.io/crates/icrc-ledger-agent) – This package provides functions for interacting with a ledger that is compliant with the ICRC-1 fungible token standard.
428+
- [icrc-ledger-client](https://crates.io/crates/icrc-ledger-client) – This package defines functions for interacting from canister code with a ledger that is compliant with the ICRC-1 fungible token standard.
429+
- [icrc-ledger-client-cdk](https://crates.io/crates/icrc-ledger-client-cdk) – This package defines runtime meant to be used together with the icrc-ledger-client library.
425430

426431
### Oracles
427432

0 commit comments

Comments
 (0)