Discover and read the best of Twitter Threads about #ERC721

Most recents (24)

🟠 BRC-721 is revolutionizing the space on #Bitcoin by bringing a new token standard and enabling conversion of ETH-721 NFTs to #Ordinals.

🚀 It's a game-changer! But how does it work, and why should you care?

Let me break it down for you. 👇🧵

#BRC721 #Bitcoin #OrdinalDaily Image
1/ #BRC721 is a new protocol for #Bitcoin that aims to bring Ethereum-like NFT features to #Ordinals.

#BRC721 is deployed on #Bitcoin using Solidity smart contracts and powered by Trustless.

It allows the creation of NFTs with over 100 artists and projects already published.🔥
2/ Here's how you can get started:

🔸 Head over to trustlessnfts.com
🔸 Connect your wallet
🔸 Click on "Create BRC-721"
🔸 Enter the collection name, add your images, and submit on-chain. Image
Read 7 tweets
#BRC721 将会是一个 #BTC #Ordinals 上一个很重要的部分,因为它极大程度降低了铭刻成本,使得即便在高gas下,可以降低成本铭刻一些比较复杂的图片

由于目前 #BRC721 协议比较多,为了方便大家了解,我就想开一个长推来依次介绍一下 Image
首先是最早发行的,抢跑了其他的 @bitcat_ord 使用的 @Ord_brc721 ,它主要的原理是直接使用一个ipfs地址来代表图片,不上链

这个地址是确定的,因为铭刻在链上,没办法更改,所以在mint之前,你就可以直接查看图片

最大的问题是还没开图,mint的慢的话,你就可以估算你的图是哪一个, Image
但是打的快,可能就很难估测

再有一个问题就是,你的铭文文本可以直接看见,不需要付费直接用text铭刻,那艺术家就赚不到什么钱了,赚不到钱是不会有人愿意费很大劲做这种东西的你

而且本来 #OrdinalsNFT 也没有版税,如果还有人愿意做这种事情,应该也不是为了名气,因为nft也带不来太多名气 Image
Read 11 tweets
[#THREAD]

👋

Aujourd'hui, je vais vous montrer comment créer un contrat de NFT qui autorise le paiement en #stablecoin à la place de l'ether pour éviter la volatilité (👀).

Suivez ce thread pour apprendre comment mettre en place cette solution technique simplement.

🧵👇
Mise en situation :

Vous lancez une collection de NFT sur la blockchain #Ethereum... mais vous avez besoin d'un montant très précis, 100$ par NFT, pas plus, pas moins.

Et la se pose un problème, un mint en ether induit forcément la variation du cours...
Heureusement, il existe une solution à votre problème...

Les #stablecoins !

Des tokens indexés au cours de l'USD qui (en théorie) ne varient pas.

Mais est-ce possible de mint des NFTs en échange de stablecoins ?
Read 16 tweets
🔥 The newest hype in the #crypto space: #ordinal #NFTs

#Minted directly on the #Bitcoin #blockchain! 🎨

💰 Learn how this multi-billion dollar #token is offering greater security, transparency, and use cases🧵👇

Also, it's best to sub to our TG
t.me/matrixportupda…
1/10 🚀 #OrdinalNFTs are the latest hype in the #crypto space! Unlike classic #NFTs which rely on #token standards like #ERC721, ordinal NFTs are #minted directly on the #Bitcoin #blockchain. This offers greater permanence and immutability on the distributed #ledger.
2/10 🎨 With #ordinalNFTs, users can inscribe digital art, profile pictures, videos, audios, and images directly onto #satoshis (the smallest unit of #Bitcoin). This means no need for additional #sidechains, L2 solutions, or #tokens! #cryptoart
Read 12 tweets
[#CALENDRIER DE L'AVENT 14/25]

25 jours pour apprendre à développer des Smart Contracts en #Solidity 🔥

Jour 14 / 25 :

Création #ERC721 : Finalisation du contrat ERC721... le mint ! 🔥

🧵
Dernière étape de notre contrat ERC721 ! Mais pas des moindres... la fonction de mint !

Elle doit regrouper pas mal de mécanismes pour gérer toutes les phases, nous allons la décortiquer !
Read 15 tweets
[#CALENDRIER DE L'AVENT 13/25]

25 jours pour apprendre à développer des Smart Contracts en #Solidity 🔥

Jour 13 / 25 :

Création #ERC721 : Comment gérer les métadonnées ? Est-ce que les métadonnées sont immuables ? Développons ça !

🧵
Dans le thread précédent, nous avons appréhendé le système d'Arbre de Merkle, c'est un gros sujet quand on parle de cryptomonnaie.

Le deuxième gros sujet, plus spécifique aux NFTs, ce sont les métadonnées... mais qu'est-ce que c'est ?
Read 24 tweets
[#CALENDRIER DE L'AVENT 12/25]

25 jours pour apprendre à développer des Smart Contracts en #Solidity 🔥

Jour 12 / 25 :

Création #ERC721 : Mise en place de la whitelist ! C'est l'une des plus grosses journées de notre calendrier 💪

🧵
Aujourd'hui nous attaquons une des parties les plus complexes de notre contrat... la gestion de la whitelist !

Nous allons utiliser un des composants de base de la blockchain (et indispensable) de la blockchain, les arbres de Merkle !

Nous allons voir pourquoi !
Read 26 tweets
[#CALENDRIER DE L'AVENT 11/25]

25 jours pour apprendre à développer des Smart Contracts en #Solidity 🔥

Jour 11 / 25 :

Création #ERC721 : Le constructeur, les événements, la récupération de la monnaie et plus !

🧵
Bonjour à tous !

On continue l'avancement de notre contrat ERC721 !

Aujourd'hui, nous allons développer le constructeur, initialiser les événements et ajouter une fonction pour retirer les fonds du contrat !
Read 20 tweets
[#CALENDRIER DE L'AVENT 10/25]

25 jours pour apprendre à développer des Smart Contracts en #Solidity 🔥

Jour 10 / 25 :

Création #ERC721 : Les variables 💻

🧵
Bonjour à tous ! Nouveau sujet du jour : les variables de notre contrat ERC721 !

Mais avant ça, il est temps de définir notre objectif avec ce contrat…
Read 17 tweets
[#CALENDRIER DE L'AVENT 9/25]

25 jours pour apprendre à développer des Smart Contracts en #Solidity 🔥

Jour 9 / 25 :

Création #ERC721 : Les imports ⌨️

🧵
Bonjour à tous !

C’est le grand jour, nous allons attaquer la construction de notre contrat NFT 🔥.

La création de notre contrat va se faire sur plusieurs jours de calendrier, le but est de bien détailler chaque partie !
Read 16 tweets
[#THREAD] Vos NFTs peuvent-ils disparaître ?

Spoiler : OUI

Mais pourquoi et comment ? 🧵

#Web3 #Solidity #NFT #Crypto #ETH #Ethereum #JavaScript

⬇️ Image
> Prélude

Rassurez-vous, le token en lui-même ne peut pas disparaître, il est ancré sur la blockchain (Vous pouvez vous le faire scam/voler mais ce n'est pas le sujet). ouf...

MAIS...

2/22
Si vous pensez que votre #JPEG lié à votre token est immuable... Là c'est parfois moins vrai.

Imaginez qu'un matin vous arriviez pour contempler votre beau #BAYC sur #OpenSea et là...

96 #ETH pour un carré noir !

Est-ce possible ? Comment ?

⬇️

3/22 Image
Read 23 tweets
[#THREAD] Intéragir directement avec un Smart Contract

Difficulté technique : ★☆☆☆☆

Mint sans passer par une dApp, transférer un NFT, on a plein de raisons de vouloir intéragir avec un Smart Contract.

Mais comment faire ?

#Web3 #SmartContracts #NFT #Crypto

⬇️ Image
Interagir en direct avec un contrat a beaucoup d'avantages.

Notamment lorsqu'une #dApp ne fonctionne pas ou ne propose pas certaines fonctionnalités comme le transfert par exemple.

Cela va nous permettre d'avoir accès à toutes les fonctions publiques et externes !

1/22
> Le scope

Aujourd'hui je ne parle que des contrats qui sont déployés sur Ethereum et toutes les EVMs (AVAX, BSC, Fantom, Polygon, etc..)

Ce qui couvre déjà une belle partie de notre écosystème !

On est parti

⬇️

2/22
Read 24 tweets
1/25

Updated thread of Meter.io ⚡️

A high-performance blockchain infrastructure that scales & connects the financial Internet

World's first hybrid consensus using $MTR the PoW stablecoin & PoS HotStuff consensus with $MTRG the governance token

#MTRG #MULTICHAIN
2/25

In addition to being a high performant #Layer1 infrastructure Meter can scale other L1 mainnets as a sidechain solution

Meter uses the most advanced deterministic consensus protocol called #HotStuff

@Meta's Libra (formerly FB) is a variant of this consensus

$MTRG #MTRG
3/25

There are multiple #Layer2 solutions currently on the market including Optimistic Rollup, zk Rollups, state channel & side chains

Optimistic Rollup is promising but it is definitely over hyped

Zk based techniques are incompatible with existing smart contracts

$MTRG #MTRG
Read 26 tweets
[#THREAD DE MES THREADS💻]

Histoire de facilement tout retrouver, voici mes threads dans l'ordre de publication ! 🥳

Design by @CryptoLidl 🔥

#ERC721 #Solidity #EVM #Eth #Crypto #Dev Image
Read 8 tweets
[THREAD DE MES THREADS💻]

Histoire de facilement tout retrouver, voici mes threads dans l'ordre de publication ! 🥳

⬇️⬇️⬇️
Read 4 tweets
[#THREAD] On créé un contrat ERC721 pas à pas

Difficulté technique : ★★★☆☆

Dans mon dernier thread on a découvert certaines fonctions d'ERC721.

Aujourd'hui on va créer notre premier contrat NFT ensemble !

#Web3 #Solidity #SmartContracts #NFT #Crypto

⬇️

1/18
Notre objectif est de réaliser un contrat ERC721 qui a pour caractéristiques :

• Une supply (nombre de NFT) de 100.
• Un prix de 0.00001 ether (🐀).
• Permettre de mint plusieurs NFTs d’un coup.
• Permettre de récupérer l’argent du smart contract par le propriétaire

2/18
Je vous conseille fortement de suivre directement ce thread avec le code que j’ai déployé sur mon Github :

github.com/0xNekr/HowToCr…

Vous allez même pouvoir le déployer (ou le modifier) pour tester par vous même !

On commence par voir les outils nécessaires ⬇️

3/18
Read 19 tweets
[#THREAD] Les fonctions de #ERC721

Difficulté technique [4/10]

On utilise au quotidien la norme #ERC721 apparue en janvier 2018.

Mais connaissez-vous toutes les fonctions qu'elle embarque ?

On va regarder cela ensemble
#Web3 #Solidity #SmartContracts #NFT
↓↓↓↓↓↓↓↓↓ Image
Je vais parler exclusivement des fonctions que vous pouvez appeler en tant qu’utilisateur et non les fonctions internes à la norme ERC721.

Mais si vous le souhaitez je ferai un autre Thread qui détaille davantage tout le fonctionnement de cette norme !

#Crypto #Developpeur #NFT
>balanceOf(address) Image
Read 13 tweets
Hello @opensea @opensea_support
Date: 2022-01-22
Collection: SnippetStories
Name: #Survivor checklist - 175 words
Issue: NOT LISTED FOR SALE AS ERC-721
#whitelist != Principle align @pyxtay, i.e., I am not interested in (Optional) Register Proxy.

Can you help? Thanks 🙏
Link: opensea.io/assets/0x495f9…

Token: 41268916110107582089659652023683356118614581932115213627611470969900403523585 @threadreaderapp unroll
Read 3 tweets
1/

🙌 Just imagine having a universal tool allowing you to build ♾ number of #trading strategies and getting you closer to 🚗 a cherished #Lambo...

Well, now you got one 🙃

⚡️Introducing the #1inch Limit Order Protocol!

More info ⤵️

#DeFi #crypto
blog.1inch.io/the-1inch-limi…
2/

📜 A limit order option has been available in the #1inch #dApp for a while, but, until recently, it was based on the @0xProject protocol.

🚀 Now, it has been replaced with the much more 🛠 efficient 1inch Limit Order Protocol.
3/

The #1inch Limit Order Protocol will be available on 🔷 #ETH, 🔶 #BSC, and 💠 #Polygon.

Supported token standards:

#ERC20/#BEP20
#ERC721
#ERC1155

✳️ Other standards could be supported via external extension.
Read 6 tweets
Okay, now that I've re-watched the GTC 2021: The Future of GPU Rendering presentation - time for an updated thread🧵regarding some highlights from the presentation and some additional thoughts to bring everything together

1/n
2/n

Let's start high level with OTOY (@OTOY) the company behind $RNDR

The ecosystem supports 26+ plugins 🔌🔥

Also look at some of these productions that have leveraged OTOY's tech🤯

@WestworldHBO @TheCrownNetflix @captainmarvel @CarnivalRow @americangodsus among others Image
3/n

Octane 2020.2 - all I have to say is WOW 😲at all the NEW🆕features and IMPROVEMENTS 🦾to existing features

Now, lets get back to $RNDR specifics - as described by @JulesUrbach its "essentially UBER for GPU rendering"

What are others in the industry saying though? 👀👇
Read 26 tweets
0/ 🔷 Wanna know what's been going on in the #crypto/#blockchain world over the past 24 hours? Then keep scrolling! My 21-part thread will sort you out.
1/ 🛣️ @AragonProject [ $ANT ] - a project aiming to disintermediate the creation and maintenance of organizational structures by using #blockchain #technology - shared their roadmap with the public! Can be filtered by 'product' and 'development team'. aragon.org/project/roadma…
2/ ⏱️ @Binance - via its Binance Launchpad offering - successfully ran @Fetch_AI's $FET token sale. All 69,204,152 FET were snapped up by 2,758 investors. A total of 19,860 people successfully submitted a buy order.
Read 25 tweets
0/ 'Twas very much 'M&A Mondays' in the #crypto/#blockchain space, with not one, not two, but *three* announcements revealing the coming together of two previously discrete projects.

A heap of other developments took place on Monday, too, so let's get into it, shall we?
1/ 🐱 @Efolioapp - a P2P marketplace to buy and sell #crypto tokens - unveiled its solution that brings English auctions (as distinct from Dutch auctions) to @0xProject [ $ZRX ]!

Bid for NFTs with either an #ERC20- and #ERC721-compliant token. Neat! medium.com/@emoonmarket/0…
2/ 📣 Per @Cheddar, Facebook hired most of the @Chainspace_io team; its first major 'acqui-hire’ in the #crypto space.

Who is Chainspace? A #blockchain startup self-described as "a planetary scale smart contracts platform." cheddar.com/videos/faceboo…
Read 27 tweets
0/ We're currently tracking at 40°C (104℉) here in #Melbourne, yet even that pales in comparison to the heat we're seeing in the #crypto/#blockchain space over the past ~24 hours.

What a day! Below are 22 developments that caught my eye.
1/ 🍑 Prominent full-service #blockchain technology co. @BitfuryGroup today announced a #Bitcoin #LightningNetwork-oriented product bundle called @Lightning_Peach.

Consumers, merchants, developers; there's LN-enabled solutions for all! Read more below. medium.com/meetbitfury/bi…
2/ 💡 After 18 months in stealth, San Francisco-based #crypto custody provider @Anchorage is live with its first product. They're building the first-ever crypto-native custodian!

Last year's a16z-led $17M Series A featured @Naval, @EladGil and @MLevchin. medium.com/anchorage/intr…
Read 23 tweets
0/ Lots of #CryptoNews as always! Below is a look into some of the eye-catching happenings in the #crypto and #blockchain space over the past 24 hours or so...
1/ 📝 @Ethfinex's #0x-powered #EthfinexTrustless hybrid DEX listed @MakerDAO [ $MKR / $DAI ], @SpankChain [ $SPANK ], @AttentionToken [ $BAT ], @AI_Autonio [ $NIO ] and @AugurProject [ $REP ].

Trade instantly vs. a highly liquid, centralized order book: trustless.ethfinex.com.
2/ 🔛 @GetGitcoin unveiled 'Kudos', an easy way to show appreciation and build relationships in open source.

Each Kudos is ltd. edition, sovereign to #Ethereum's #blockchain, with a custom art piece your collaborator can show off on their #Gitcoin profile (or #ERC721 wallet).
Read 25 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!