From df931c8edd8917d5308da9cb389f1c048c8eb039 Mon Sep 17 00:00:00 2001 From: Firekeeper <0xFirekeeper@gmail.com> Date: Tue, 14 Feb 2023 00:31:05 +0300 Subject: [PATCH] [Readme] Reading, Writing and Misc Prefab Docs --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c8bd0ddc..7f37f398 100644 --- a/README.md +++ b/README.md @@ -110,4 +110,22 @@ nftPrefabScript.LoadNFT(nft); - Event listener support with callback actions. - Optional query filters. +[Reading](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_Reading.cs) - Reading from a contract! +- Fetch ERC20 Token(s). +- Fetch ERC721 NFT(s). +- Fetch ERC1155 NFT(s). +- Fetch Marketplace Listing(s). + +[Writing](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_Writing.cs) - Writing to a contract! +- Mint ERC20 Token(s). +- Mint ERC721 NFT(s). +- Mint ERC1155 NFT(s). +- Buy Marketplace Listing(s). + +[Miscellaneous](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_Miscellaneous.cs) - More examples! +- Get (Native) Balance. +- Custom Contract Read/Write Calls. +- Authentication. +- Deployment. + See full documentation on the [thirdweb portal](https://portal.thirdweb.com).