Create an NFT contract
Create a contract that can mint NFTs.
1. Configure your application
Set your auth token and your application id.
2. Configure your contract settings
Set the contract details:
- network is a required field
- all the others are optional, see Create a contract reference for more detail.
The deployFrom
field defaults to an internal Bitski address.
3. Create the contract
Send a POST request to the API with the authentication token and contract payload in the request body. You should receive a 200 status code if it worked.
4. Remember your contract id
After creating the contract, you will need to use the returned id to mint an NFT. It will be returned in the contract.id
field of the JSON response.