NFT extension chuẩn psp34 của ink!

Phân tích code chuẩn psp34 ink!

Tạo psp34 contract bằng POP CLI

pop new contract my_psp34 -c psp -t PSP34

Build psp34

cargo contract build --release --features "contract"

Phân tích code

Cách import nft psp34 trên mạng Aleph Zero Testnet - Subwallet

Noted: Yêu cầu cài Subwallet Extension Cài đặt SubWallet Extension

Deploy contract trên mạng Aleph Zero Testnet bằng Contract UI

Bước deploy sẽ tương tự như các bước mình có hướng dẫn ở section Ink Basic - Contract Template Nên mình bỏ qua bước này

Mint PSP34 NFT trên mạng Aleph Zero Testnet bằng Contract UI

Import collections trên mạng Aleph Zero Testnet - Subwallet

https://docs.subwallet.app/main/extension-user-guide/import-and-manage-customized-assets/import-nfts (opens in a new tab)

Tài liệu tham khảo