#
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:
- Navigate to the art series you are interested in.
- Click the "Mint" button. This opens a modal.
- Depending on how the artist setup the sales and seeding mechanisms, you'll see different options here.
- Once you've selected the amount you would like to mint, click the final "Mint" button in the modal.
- 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:
- Go to the contract of the artwork on Etherscan.
- Access the
getTokenHtml
function. - Enter your
tokenId
. - The output will be the base64 encoded live HTML of your artwork as it exists on-chain.
- Copy paste the result in the address bar of your browser (all modern browsers).