[ESP-ENG] Mintea una vez, vende en todas partes - NFT Tutorial

in Hive Cuba2 years ago

manifold.jpg

A muchos artistas nos ha pasado que tenemos que estar mudándonos constantemente de un marketplace a otro todo el tiempo, ya sea porque unos cierran, otros no tienen un buen mercado, algunos tienen elevados costes de minteo, o se aprovechan de la venta de los artistas para cobrar altas comisiones o banean a usuarios debido a sanciones relacionadas a su posición geográfica. Hoy no vamos a hablar de marketplaces, hoy vamos a hablar de cómo puedes crearte tu propio contrato inteligente con el que podrás mintear una vez y vender tus obras en cualquier parte, literalmente.

It has happened to many of us artists that we have to be constantly moving from one marketplace to another all the time, either because some of them close, others don't have a good market, some have high costs of minting, or they take advantage of the sale of artists to charge high commissions or ban users due to penalties related to their geographical position. Today we are not going to talk about marketplaces, today we are going to talk about how you can create your own smart contract with which you can mint just once and sell your works anywhere, literally.

Manifold es un sitio web que le permite a los artistas crear innovadoras experiencias envueltas en NFTs para su audiencia, proveyéndoles de diferentes herramientas no-code para mintear sus trabajos. La principal característica de este sitio es que puedes crear tus propios contratos de tal manera que no necesitas de un marketplace para mintear, ahorrando costes en transacción y minteo a la vez que puedes vender tus obras en cualquier mercado de arte (escalable a la EVM).

Manifold is a website that allows artists to create innovative experiences wrapped in NFTs for their audience, providing them with different no-code tools to mint their works. The main feature of this site is that you can create your own contracts so you don't need any marketplace anymore to mint your art, saving transaction and minting fees while being able to sell your works on any NFT marketplace (scalable to EVM).

m1.jpg

m2.jpg

En Manifold Studio podrás mintear desde imágenes, hasta música, vídeos y archivos HTML (sí, páginas web) sin límite de tamaño de archivo pudiendo crear incluso hasta NFTs dinámicos. Para empezar, sólo debes dirigirte a su sitio web o ir directamente a su minting page y conectar tu wallet. Tienes varias opciones para conectarte al sitio usando una billetera electrónica, pero como siempre, te recomiendo usar Metamask.

In Manifold Studio you can mint from images, to music, videos and HTML files (yes, web pages) with no file size limit and you can even create dynamic NFTs. To get started, just go to Manifold website or go directly to its minting page and connect your wallet. You have several options for connecting to the site using an e-wallet, but as always, I recommend using Metamask.

m3.jpg

Una vez dentro, podrás escoger cuál de las dos redes usar: Goerli (de prueba) o Mainnet (Ethereum), luego, colocas tu nombre de artista/proyecto y tu e-mail para notificarte en caso de que se requiera alguna acción. Nota que debes confirmar tu correo en caso de que el sitio te lo pida, sino, procede al siguiente nivel. Debes saber que si usas la red de prueba, las transacciones emitidas consumirán gas ficticio de la misma red (Goerli) en la moneda ETH pero si usas la Mainnet deberás pagar con ETH real cada acción que efectúes, la diferencia está en que con una puedes practicar y con la otra ejecutar y desplegar tus contratos en la red principal de Ethereum de una forma inmutable.

Once inside, you will be able to choose which of the two networks to use: Goerli (test) or Mainnet (Ethereum), then, you enter your artist/project name and your email to notify you in case any action is required. Note that you must confirm your email if the site asks you to do so, otherwise, proceed to the next level. You should know that if you use the test network, the transactions issued will consume fictitious gas of the same network (Goerli) in ETH currency but if you use the Mainnet you will have to pay with real ETH every action you perform, the difference is that with one you can practice and with the other you can execute and deploy your contracts on the main Ethereum network in an immutable way.

m4.jpg

m5.jpg

Si estás listo(a) para crear tu primer contrato: pulsa la opción 'New Contract' y dirígete a Settings/Profile para conectar tu cuenta de Twitter al sitio.

If you are ready to create your first contract: click on the 'New Contract' button and go to Settings/Profile to connect your Twitter account to the site.

m7.jpg

A la hora de crear tu primer contrato, lo primero que necesitarás será un nombre, éste va a ser el cual identifique al mismo, puedes colocar el nombre que se te ocurra, he aquí un ejemplo, pero mayormente podrías escoger uno que represente tu identidad o marca en el mundo digital. 'SYMBOL' se refiere a las siglas con el que tu contrato se identificará siendo una forma más corta y breve de asociarlo, y 'TYPE' es para poder crear un contrato escalable para múltiples tokens o únicos, en ese caso: usa ERC-721 para contratos de un solo token ó ERC-1155 para contratos de tokens de edición múltiple de exactamente la misma obra; úsalos con cautela según tus necesidades.

When creating your first contract, the first thing you will need is a name, this will be the one that identifies it, you can put any name you can think of, here is an example, but mostly you could choose one that represents your identity or brand in the digital world. 'SYMBOL' refers to the acronym by which your contract will be identified being a shorter and briefer way to associate it, and 'TYPE' is to be able to create a scalable contract for multiple tokens or single tokens, in that case: use ERC-721 for single token contracts or ERC-1155 for multiple edition token contracts of exactly the same work; use them with caution according to your needs.

m6.jpg

Notarás que se te pedirá un código ASCII, esto no es más que un sistema de codificación que asigna un número a cada letra, número y símbolo en el teclado para su representación en dispositivos digitales. Para tu contrato puedes usar el artwork del token principal que identifica a tu token o bien puedes utilizar la foto de perfil que hayas creado para tu colección (en caso de una). Puedes apoyarte de esta herramienta para generar un código ASCII a partir de la imagen que hayas seleccionado.

You will notice that you will be asked for an ASCII mark, this is nothing more than an encoding system that assigns a number to each letter, number and symbol on the keyboard for representation on digital devices. For your contract you can use the artwork of the main token that identifies your token or you can use the profile picture you have created for your collection (if you have one). You can use this tool to generate an ASCII mark from the image you have selected.

jrjrtjrt.jpg

Una vez hayas terminado, procederás a desplegar tu contrato, recuerda, si estás haciendo una prueba o testeando este tutorial, utiliza la red de Goerli, sino es el caso, puedes desplegarlo directamente en la red principal de Ethereum (Mainnet). Se te abrirá un panel con varios pasos que deberás firmar con tu billetera.

Once you are done, you will proceed to deploy your contract, remember, if you are doing a test or testing this tutorial, use the Goerli network, if not, you can deploy it directly on the main Ethereum network (Mainnet). You will be taken to a panel with several steps to sign with your wallet.

m8.jpg

Cuando el proceso haya finalizado, se te notificará mediante una ventana llena de colores las felicitaciones, podrás ver tu contrato desplegado usando el botón 'View on Etherscan'. Presiona el botón 'Go to Dashboard' y en la sección Overview, procederás a seleccionar la opción 'Mint tokens to a wallet'.

Screenshot to Etherscan, touch image to see full contract

When the process is complete, you will be notified by a colourful congratulations window, you can see your contract displayed using the 'View on Etherscan' button. Press the 'Go to Dashboard' button and in the Overview section, proceed to select the 'Mint tokens to a wallet' option.

m9.jpg

m10.jpg

rhtrjrtj.jpg

Ya dentro de la sección Tokens, le das a 'Create', y seleccionas la opción que más se ajuste a lo que quieras lograr. Con Single Token puedes crear un activo digital individual ya sea para tu wallet u otra en particular, con Batch of Tokens puedes mintear múltiples tokens de diferente imagen a la vez de una manera óptima, con Edition podrás mintear múltiples copias de la misma idea a la vez que se enumeran las mismas, y, con Claim Page, tendrás la posibilidad de abrir una página exclusiva para que tus coleccionistas minteen los tokens que tú vas a crear (ellos pagan el gas).

Once in the Tokens section, click on 'Create', and select the option that best suits what you want to achieve. With Single Token you can create a single digital asset either for your wallet or another wallet in particular, with Batch of Tokens you can mint multiple tokens of different images at the same time in an optimal way, with Edition you can mint multiple copies of the same idea while listing them, and, with Claim Page, you have the possibility to open an exclusive page for your collectors to mint the tokens you are going to create (they pay for the gas).

hrtjrtjtr.jpg

Para terminar, subirás el contenido de tu primer NFT o token no fungible como tal, en mi caso, su nombre coincide con el nombre del contrato, pero no necesariamente tienes que colocar el mismo nombre si no se refleja para ti, colocarás abajo tu nombre de artista/compañía/proyecto, una dirección de enlace que la respalde (lo más lógico es que coloques un link al sitio web ya sea de la colección o tuyo propio, pero si no tienes, puedes colocar un enlace a tu perfil de Twitter o Instagram) y debajo deberás poner una descripción a tu token (IMPORTANTE).

To finish, you will upload the content of your first NFT or non fungible token as such, in my case, its name matches the name of the contract, but you don't necessarily have to put the same name if it doesn't reflect for you, you will put below your artist/company/project name, a link address that supports it (the most logical is that you place a link to the website either of the collection or your own, but if you don't have one, you can place a link to your Twitter or Instagram profile) and below you must put a description to your token (IMPORTANT).

rthrtjrtjrt.jpg

thrtjrtj.jpg

Más abajo verás las propiedades, que estas no son más que los metadatos que ayudarán a tu obra a distinguirse entre otras en un mismo marketplace o mercado de arte. Mientras más metadatos le coloques, más probabilidades tendrá de venderse (si es el caso) según su visibilidad.

Below, you will see the properties, which are nothing more than the metadata that will help your artwork stand out from others in the same NFT marketplace. The more metadata you place on it, the more likely it will be sold according to its visibility.

rtjtrjtr.jpg

hrhrth.jpg

Los metadatos debes colocarlos de forma manual (puedes usar la opción de 'Text' para darle un mejor contexto).

Metadata should be placed manually (you can use the 'Text' option to give it a better context).

m11.jpg

A la hora de mintear podrás elegir entre 'Airdrop' o a ti mismo (Myself) y minteas según tu programa (roadmap).

When minting you can choose between 'Airdrop' or 'Myself' options and mint according to your roadmap.

m12.jpg

Esperas a que finalice el proceso luego de mintear y firmar con tu billetera.

You wait for the process to finish after mint and signing with your wallet.

m13.jpg

Una vez minteado, puedes ir a vender tu token en los mercados visibles, LooksRare y OpenSea, aunque en un próximo tutorial te estaré comentando cómo puedes hacerlo en otros también (SuperRare, Zora, Nifty Gateway, Coinbase, Foundation, PACE, Rarible).

Once minted, you can go and sell your token on the visible marketplaces, LooksRare and OpenSea, although in a future tutorial I will be telling you how you can do it on others as well (SuperRare, Zora, Nifty Gateway, Coinbase, Foundation, PACE, Rarible).

m14.jpg

Si le das atrás y te diriges a la sección de Tokens y seleccionas 'Token Settings' en el activo que creaste podrás colocar otras direcciones de billetera, puedes usar este apartado para programar automáticamente regalías de otras personas de tu proyecto o colaboradores.

If you go back to the Tokens section and select 'Token Settings' in the asset you created you will be able to place other wallet addresses, you can use this section to automatically schedule royalties from other people in your project or collaborators.

m16.jpg

m15.jpg

El proceso de adición de regalías para otras billeteras es muy simple, sólo debes colocar la dirección (de Ethereum) de la billetera a la que quieres enviar regalías por defecto tras efectuada una venta y aprobarla.

The process of adding royalties for other wallets is very simple, just enter the (Ethereum) address of the wallet you want to send royalties to by default after a sale has been made and then approve it.

trjrthrt.jpg

Recuerda que la dirección primaria (o sea, la tuya) es la que se usará para informar a los coleccionistas y compradores el origen del arte minteado, garantizando con esto una total transparencia para identificar al artista/proyecto detrás de una colección o NFTs.

Remember that the primary address (i.e. yours) is the one that will be used to inform collectors and buyers of the origin of the art already tokenised, thus ensuring full transparency in identifying the artist/project behind a collection or NFTs.

image.png

En conclusión, la creación de contratos inteligentes personalizados permiten a los artistas y proyectos de NFT crear soluciones específicas para sus necesidades, lo que puede mejorar la eficiencia, la transparencia y la seguridad de las transacciones en la cadena de bloques. Además, los contratos inteligentes personalizados pueden ser utilizados en una amplia gama de aplicaciones, desde finanzas hasta gobierno y más allá. Por otro lado, Manifold es una plataforma que permite a los usuarios crear colecciones de NFTs de manera fácil y rápida. La plataforma ofrece una serie de ventajas, como la capacidad de personalizar la colección y la posibilidad de agregar metadatos y descripciones detalladas para cada NFT. Además, los usuarios pueden crear colecciones de NFTs de manera colaborativa, lo que permite a los creadores trabajar juntos para crear proyectos más grandes y ambiciosos.

In conclusion, the creation of customised smart contracts allow NFT artists and projects to create solutions specific to their needs, which can improve the efficiency, transparency and security of transactions on the blockchain. In addition, custom smart contracts can be used in a wide range of applications, from finance to government and beyond. On the other hand, Manifold is a platform that allows users to create collections of NFTs easily and quickly. The platform offers a number of advantages, such as the ability to customise the collection and the ability to add detailed metadata and descriptions for each NFT. In addition, users can create collections of NFTs collaboratively, allowing creators to work together to create larger and more ambitious projects.

Si eres artista, representas a un negocio o marca y te gustaría crear tu primera colección de NFTs puedes ponerte en contacto conmigo a través del DM de Twitter y escalar juntos tu proyecto. ¡Hasta un próximo tutorial!

If you are an artist, represent a business or brand and you would like to create your first collection of NFTs you can contact me via Twitter's DM and let's scale your project together. See you in a next tutorial!


IMAGE SOURCE
Main image edited by me in Adobe Photoshop
Screenshots to Manifold and Manifold Studio

Sort:  

Que bueno que existen personas como tú que siempre tratan de buscar diferentes alternativas, es un gusto ver tus tutoriales. Saludos 👏

¡Gracias a ti por leerme también! 😃