Create your own NFT store on your website with WordPress plugins

A new paradigm is emerging in the cryptoart. Now the cryptoartists have the option to be fully decentralized.

The cryptoartists can have their own NFT contract and their own store on your website. This is a total autonomy that never existed in the cryptoart. Maybe it’s the real decentralized art.

In this topic, I will bring some information just about the creation of the NFT store on the website itself. In the future, I will make a more complete article on this topic and also on how the cryptoartist can create its own custom NFT contract.

Well, for those who want to create their own NFT store on their website (created with wordpress), you should use these 3 plugins:

To configure the plugins, read the tutorials and, if you have doubts, look for the support of the plugins. This way, you will be able to configure them with ease.

You will also need the Woocommerce plugin and security plugins. Search on how to maintain the security of your site. That’s it.

@abcoathup

4 Likes

See my NFT Store:

1 Like

Hi @ninoarteiro,

Congratulations on the launch of your store and thank you for sharing how the community can create their own too. :pray:

1 Like

are all the plugins free?

2 Likes

No. 2 plugins are paid, but in the future we will be able to transform them into free plugins for all people to be able to use and get rid of the intermediaries.

1 Like

Maneiro! Parabéns!
A criação da collection e transferencia vc faz tb pela sua loja ou usa outra plataforma ?

1 Like

Quando alguém compra e paga um NFT pelo meu site, os plugins enviam o NFT para o endereço do comprador. E eu tenho um código que eu implantei onde eu tenho o meu próprio contrato para emitir e gerenciar os meus NFTs. Veja o código: https://github.com/ninoarteiro/NinoArteiroRebellion---NFT-Contract

Primeiramente, parabéns pela iniciativa.
Bom, resumidamente então o primeiro plugin seria para vender ETH e ERC20 tokens, o segundo ERC721 tokens e o terceiro vender a arte propriamente dita.
Desta forma , eu não precisaria dos dois primeiros, correto? Somente se eu quisesse ser “tipo” uma corretora? Pelo menos foi isso que entendi.
Mas mesmo assim isso seria possível? Acredito que no Brasil são poucas as que vendem crypto moeda, e ainda assim é um mercado bem arriscado, especialmente por conta das invasões por hackers em corretoras. Dessa forma você acha que seria mesmo interessante os dois primeiros plugins? Além de serem bem caros. Por favor nos dê sua opinião. Obrigado

1 Like

Os plugins automatizam todo o processo de venda e envio dos NFTs. Facilita a nossa vida. Se você não quiser os dois primeiros, você pode enviar para o comprador os NFTs manualmente quando vender. Será P2P.

Hello Marcelo,

Author of these plugins here. I was surprised to read that these plugins are too expensive. There are Monthly plans for all plugins available. For example, the three plugins NFT WordPress Plugin Kit, including the WordPress Ethereum Wallet plugin, Cryptocurrency WordPress Plugin for WooCommerce and NFT WordPress Plugin for WooCommerce has a $24/Month subscription plan. Or $8/Month for one plugin average.

I’m happy to announce the NFT tokens display and sending support in the Wordpress Ethereum Wallet plugin: Ethereum Wallet NFT Extension

Ah okay. Eu acho que devo adquirir os plugins mesmo. Achei a ideia muito bacana. Vou me aprofundar na leitura deles e decidir. Obrigado.

Hello. How are you? Yeah… the dolar is a kind of expensive for us now. I am very interest in get the kit. Maybe I pay the total amount for get the 3. Can we have an addicional discount, if possible? Also… I need to configure something like a crowdfunding for 3D STL file.
Something similar to this sell here. (and of course including the possibility to sell Crypto art):

Can I connect the script also to receive ethereum donations right? Or maybe, do something like a crowdfunding for a crypto art. Lets talk about it.

Hey Oleg, i am thinking of using these plugins. Do you have any suggestion for a wordpress theme that works good with these. I dont see any nft marketplace themes on themeforest. I think we need to modify an existing marketplace theme. Do you have any idea about that?

You are welcome to contact me in a support chat.

Any WooCommerce compatible theme can be used. There are no special requirements from these plugins.

The NFT Minting Extension is released on the 11th of May 2021 for the early access sponsorship program members. It will be available for the rest of the PRO license owners for free from the 11th of October 2021

Features

  1. NFT token minting in the moment of the WooCommerce product publishing or payment confirmation
  2. WooCommerce NFT product configuration with unique properties. WooCommerce attributes and variations are used for that.
  3. JSON metadata file implementation according to https://docs.opensea.io/docs/metadata-standards, so, they can be accessed with URL like http://your-site.com/nft/123456
  4. NFT token content is protected with cryptographically generated hashes of all files and attributes attached. The token ID itself is a hash of the JSON metadata file.

Product settings

Plugin NFT settings

1 Like

Hi, I have some questions:

Which platform actually creates the ERC721 tokens? Is it through OpenSea or directly on the blockchain?

Can you store hidden metadata, as OpenSea does?

What are the fees to create an NFT?

Yeah, you can use this platform directly, or you can write a contract by yourself, and you can have a look at this tool: https://wizard.openzeppelin.com/ Clean and simple.

I think all the data in the contract can be accessible, just either easy or hard.

Not sure for this. If you deploy by yourself, maybe it is free.

1 Like

So would this allow me to sell NFTs created elsewhere on my website, or can I actually create the NFTs with these tools, and then sell them myself?