Skip to main content

NFT Interactions

Prerequisites

Before getting started, ensure that your project has:

Whitelisting Smart Contracts on the OKcontract Platform

Each smart contract is attached to an organization.

  • If you don't already have an organization, you'll need to create one.
  • If you do have one, you can attach the smart contract to the existing organization.
  • Verify the chain and retrieve the ABI (Application Binary Interface) of your smart contract.

Generating User Interface

  • Select your smart contract and choose method (p.e. mint in case of NFT minting) for your interaction.
  • The UI components for this function will be displayed in the Preview.

The Preview allows to see how the interaction will look like on your website.

  • Customize the look and feel by selecting the background color, button color to reflect your branding.
  • You customize the title and button text, add additional description to cover highlights of the NFT collection.
  • You can test the functionality and appearance of the interface.
  • Confirm the creation of your interaction by signing with your Web3 wallet. This step authenticates you as an owner of this interaction.