We spent the weekend finishing a family generative NFT project using Bueno and deployed the contract this morning smoothly. We then spent all day fighting with web hosts and SSL certs to try and get the website up, and it’s still not working. Kind of funny that doing a 3,333 piece generative collection and publishing the smart contract was easier than setting up a one page website.
At some point shelves.wtf will work correctly, in the meantime you can mint here:
import { BuenoWidget } from "
https://nft.bueno.art/widget/latest.j... const widget = new BuenoWidget( document.getElementById("bueno-embed-container") ); widget.init({ contractAddress: "0x78DbC8729932cF0d25EE86F1252E10ffece2EbbF", chainId: 1, button: { background: "#5062FE" }, showPrice: true, showSupply: true, autoConnect: true, });
View the collection directly on OpenSea or check the verified contract on Etherscan
Published on July 18, 2022 17:26