SDK Overview

Overview of ArtCart Unity SDK

Purpose

ArtCart Unity SDK allows you to easily integrate NFTs into your game.

With ArtCart SDK, you can easily issue NFTs to your players using their email. No crypto wallet is required. This allows solving onboarding issues for new players.

Where to get the SDK

SDK can be downloaded from the Github through the Package Manager.

Security Considerations

Unity is a client-side application so storing client secret in it is strongly discouraged. Because of this ArtCart SDK relies on serverless backend implementation.

Still, to minimize security risks it is strongly advised to use client authentication in your game.

It is important to remember that ArtCart does not store any private keys or minted NFTs, so it is absolutely impossible for hackers to gain anything even in the case of security breach.

Last updated