We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4415beb + aa13a8d commit 85c1154Copy full SHA for 85c1154
motoko/nft-creator/backend/app.mo
@@ -2,12 +2,12 @@
2
// NFT Canister implementing ICRC-7 standard with minting functionality
3
4
// --- Standard Library Imports ---
5
-import Vec "mo:vector";
6
import Principal "mo:base/Principal";
7
import Nat "mo:base/Nat";
8
import D "mo:base/Debug";
9
10
// --- Third-Party/External Imports ---
+import Vec "mo:vector";
11
import ICRC7 "mo:icrc7-mo";
12
import ClassPlus "mo:class-plus";
13
motoko/nft-creator/mops.toml
@@ -1,3 +1,5 @@
1
[dependencies]
base = "0.14.8"
-icrc7-mo = "0.5.0"
+icrc7-mo = "0.5.0"
+class-plus = "0.0.1"
+vector = "0.2.0"
0 commit comments