diff --git a/readme.md b/readme.md index 3071c85..04efaed 100644 --- a/readme.md +++ b/readme.md @@ -51,6 +51,10 @@ Fully functional smart contract. - [extendable-token](https://github.com/Toniq-Labs/extendable-token) - This token standard provides a ERC1155/multi-token-like approach with extensions that can add additional functionality based on the purpose of the token. - [extendable token standard](https://github.com/aviate-labs/ext.std) - Extendable Token Standard. - [icrc7_motoko](https://github.com/noku-team/icrc7_motoko) - An ICRC-7 standard implementation in Motoko. +- [icrc7-mo](https://github.com/PanIndustrial-Org/icrc7.mo) - A Class+ ICRC-7 Library for building NFT Canisters. +- [icrc30-mo](https://github.com/PanIndustrial-Org/icrc30.mo) - A Class+ ICRC-30 Library for providing Approve/TransferFrom to ICRC-7 NFT Canisters. +- [icrc3-mo](https://github.com/PanIndustrial-Org/icrc3.mo) - A Class+ ICRC-3 Library for adding transaction logs and archives to your canister. +- [icrc-nft-mo](https://github.com/PanIndustrial-Org/icrc_nft.mo) - A Sample NFT combining icrc7-mo, icrc30-mo, icrc3-mo. - [ic-nft](https://github.com/rocklabs-io/ic-nft) - A NFT standard implementation for the Internet Computer, the interfaces mainly follow the ERC721 standard. - [ic-token](https://github.com/rocklabs-io/ic-token) - An ERC-20 style token standard implements for Motoko. - [motoko-token](https://github.com/enzoh/motoko-token) - This package implements a simple ERC-20 style token.