File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -110,4 +110,22 @@ nftPrefabScript.LoadNFT(nft);
110110- Event listener support with callback actions.
111111- Optional query filters.
112112
113+ [ Reading] ( https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_Reading.cs ) - Reading from a contract!
114+ - Fetch ERC20 Token(s).
115+ - Fetch ERC721 NFT(s).
116+ - Fetch ERC1155 NFT(s).
117+ - Fetch Marketplace Listing(s).
118+
119+ [ Writing] ( https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_Writing.cs ) - Writing to a contract!
120+ - Mint ERC20 Token(s).
121+ - Mint ERC721 NFT(s).
122+ - Mint ERC1155 NFT(s).
123+ - Buy Marketplace Listing(s).
124+
125+ [ Miscellaneous] ( https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_Miscellaneous.cs ) - More examples!
126+ - Get (Native) Balance.
127+ - Custom Contract Read/Write Calls.
128+ - Authentication.
129+ - Deployment.
130+
113131See full documentation on the [ thirdweb portal] ( https://portal.thirdweb.com ) .
You can’t perform that action at this time.
0 commit comments