From ea4a8e165fd155fdb0ca39b5c0df578654ba27fc Mon Sep 17 00:00:00 2001 From: kalwalt Date: Wed, 20 Oct 2021 18:55:54 +0000 Subject: [PATCH] =?UTF-8?q?Create=20Post=20=E2=80=9C2021-10-20-arnft-with-?= =?UTF-8?q?multi-nft=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2021-10-20-arnft-with-multi-nft.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _posts/2021-10-20-arnft-with-multi-nft.md diff --git a/_posts/2021-10-20-arnft-with-multi-nft.md b/_posts/2021-10-20-arnft-with-multi-nft.md new file mode 100644 index 0000000..b923b76 --- /dev/null +++ b/_posts/2021-10-20-arnft-with-multi-nft.md @@ -0,0 +1,18 @@ +--- +layout: post +slug: ARnft with multi NFT +title: ARnft with multi NFT feature +subtitle: Another great improvement to ARnft +description: |- + The new ARnft feature is arrived: multi NFT support was added + during this month. +author: Walter Perdan +date: 2021-10-20 20:10 +lang: en +seo: + datePublished: 2021-10-20 + type: BlogPosting + author: Walter Perdan +image: https://github.com/webarkit/ARnft/blob/master/examples/Data/arNFT-logo.gif +--- +We added the multi NFT feature to our testing project ARnft. This is a very nice feature that let you easily load more than one NFT marker. The library create an array of NFTWorker's and every Worker load a NFT marker. This is snippet code: \ No newline at end of file