Getting Started
Quick-start guide for ArtCart Unity SDK
Last updated
Quick-start guide for ArtCart Unity SDK
Last updated
This is required to authorize API calls to the ArtCart platform. The easiest way to do this is to use the ArtCart serverless backend starter project:
Go to https://github.com/Ablomis/artcart-unity and fork the repository
Go to https://app.netlify.com/ and create a new project form the repository that you have forked.
You can use any serverless backend of your choice for the purpose.
Import ArtCart SDK package into Unity.
Configure the variables in the ArtCart script to point toward your Netlify endpoints: private string urlawardNFT = "YUOR_NETLIFY_ENDPOINTawardNFT" private string url_awardSpecificNFT = "YUOR_NETLIFY_ENDPOINTawardSpecificNFT "
At this point, everything should be configured properly.
Take note of the endpoint URLs of your functions.
Go to the https://sellers.artcart.cloud, and on the Credentials page create a new key for you Netlify serverless application.
Configure your Netlify environment variables with the credentials you obtained in step 4.
Add an empty object named ArtCart and add the ArtCart script from the SDK to the Object.