# Collecting Art on 256ART

# How to Purchase Art

Purchasing art on 256ART involves interacting with a smart contract, via the "Mint" button. Here's the general process:

  1. Navigate to the art series you are interested in.
  2. Click the "Mint" button. This opens a modal.
  3. Depending on how the artist setup the sales and seeding mechanisms, you'll see different options here.
  4. Once you've selected the amount you would like to mint, click the final "Mint" button in the modal.
  5. Your wallet will then ask you to confirm the transaction.

Once the transaction is confirmed, congratulations! You've just purchased your artwork(s).

# How to Get the Art Live from Chain

If you're interested in viewing the live version of your artwork directly from the Ethereum blockchain, you can do so using Etherscan:

  1. Go to the contract of the artwork on Etherscan.
  2. Access the getTokenHtml function.
  3. Enter your tokenId.
  4. The output will be the base64 encoded live HTML of your artwork as it exists on-chain.
  5. Copy paste the result in the address bar of your browser (all modern browsers).