Skip to content

open portals with nfts from the polygon blockchain anywhere in AR

Notifications You must be signed in to change notification settings

Saltb0xApps/Pixl-Portals-NFTs-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PixlNFTsPortalsSDK

This is the Pixl NFTs Portals SDK. It provides iOS apps the ability to open NFT portals in AR from on the Polygon Blockchain, without having to integrate any smart contracts or solidity code.

You'll need a license key to initialise & use the SDK.

Examples -

show portals AR screen -

import PixlNFTsPortalsSDK

func showAR() {
    let pixlSDK = PixlNFTsPortalsViewController.init()
    pixlSDK.portalType = "1"
    pixlSDK.licenseKey = ""
    pixlSDK.portalsNFT = [NFTAsset.init(token_address: "", token_id: "", metadata: "", name: "", token_uri: "", blockchain: "polygon"), NFTAsset.init(token_address: "", token_id: "", metadata: "", name: "", token_uri: "", blockchain: "polygon"), NFTAsset.init(token_address: "", token_id: "", metadata: "", name: "", token_uri: "", blockchain: "polygon"), NFTAsset.init(token_address: "", token_id: "", metadata: "", name: "", token_uri: "", blockchain: "polygon")]
    self.present(pixlSDK, animated:true)

}

About

open portals with nfts from the polygon blockchain anywhere in AR

Resources

Stars

Watchers

Forks

Packages

No packages published