You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,6 +422,11 @@ Candid is an interface description language (IDL) for interacting with canisters
422
422
-[ICTC](https://github.com/iclighthouse/ICTC) - Distributed transaction framework for DeFi applications.
423
423
-[ICSI](https://github.com/garudaidr/icp-subaccount-indexer) - Simplify ICRC token tracking and management within sub-accounts using the ICP Sub-Account Indexer.
424
424
-[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.
0 commit comments