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

Cryptocurrencies - Add icrc7-mo, icrc30-mo, icrc3-mo, and circa-nft-mo #33

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Changes from all commits
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
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down