The Sandbox et TIME Magazine s’associent pour un projet Metaverse

Le Metaverse reste une des technologies les plus mystérieuses à ce jour. C’est un concept relativement nouveau dont on a encore peu vu les possibilités et pourtant de nombreuses entreprises ont déjà formé des partenariats dans le but de créer des projets liés à ce domaine. TIME Magazine, un des médias les plus célèbres au monde, vient de rejoindre cette tendance. Plus tôt cette semaine, un partenariat entre TIME Magazine et la blockchain gaming The Sandbox a été annoncé avec pour but de construire virtuellement New York. Un projet ambitieux à venir C’est mercredi dernier, lors de l’événement sur NFT.NYC […]

L’article The Sandbox et TIME Magazine s’associent pour un projet Metaverse est apparu en premier sur Cryptonaute.

Publié le
Catégorisé comme Non classé

web3 on the platform of your choice — a closer look at Coinbase Wallet’s multi-platform approach

web3 on the platform of your choice — a closer look at Coinbase Wallet’s multi-platform approach

Tl;dr: The replatforming of Coinbase Wallet’s mobile app reflects our commitment to improving access to web3. In this blog, we discuss why the transition to React Native marks a critical turning point for both our users and our technical teams.

By Chintan Turakhia, Director of Coinbase Wallet Engineering, and Dan Coffman, Coinbase Wallet React Native Lead

gm

This week, we announced the debut of Coinbase Wallet’s new mobile iOS and Android apps built using React Native. This launch marks a critical inflection point for Coinbase Wallet and its users, and we’d like to shed light on the motivation and journey to get here.

Our goal with Coinbase Wallet is to be the default gateway to the web3 ecosystem. We debuted a mobile app on iOS and Android in 2017 to make the benefits of crypto, self-custody, and the nascent dapp ecosystem accessible to all — regardless of network or blockchain, country or currency, crypto savvy or crypto beginner.

In 2021, we saw an uptick in web3 engagement via desktop, driven largely by NFTs and DeFi dapps. This led us to launch a Coinbase Wallet browser extension using React, providing users with the option to engage with the crypto economy on a desktop platform. This also gave our product, engineering, and design teams an opportunity to entirely rethink how a self-custody product should look and feel for power users as well as newcomers to web3.

Launching the browser extension unfortunately meant that our engineering teams now needed to code the same features for three different platforms, since Wallet’s browser extension, iOS, and Android apps leveraged different codebases. And as a consequence, our shipping velocity on extension far exceeded our pace on mobile. We knew that this wasn’t a viable long term solution to keep up with the innovation in web3. In order to maximize efficiency of our developers and designers as well as ship a consistently reliable, safe, and simple multi-chain wallet on all platforms, we would need to migrate our mobile products into a common framework.

Enter React Native.

Build once, ship everywhere

We embrace the mantra of build once and ship everywhere. Replatforming Coinbase Wallet’s mobile apps to React Native means we can more easily ship new features to Wallet’s browser extension, iOS, and Android apps in tandem, streamlining workflows and allowing us to deliver the same great user experience across desktop and mobile.

In 2020, the Coinbase app successfully transitioned from native mobile to React Native, a software framework which allows us to ship the same TypeScript code and React UI on both iOS and Android. Our goal since then was simple: leverage those paved roads to ship a highly performant mobile app while affording users a consistent design experience using the Coinbase Design System (CDS). We were able to quickly leverage paved roads including react navigation, deeplinking, and configuration in code.

By unifying our Coinbase Wallet mobile app and browser extension into a single data layer that handles all business logic, we can continue to ship products quickly across three platforms. We moved away from class-based RxJS and shifted to functional context-based repos to enable greater leverage of React core libraries. The additional challenge was migrating the data layer while continuing to build and ship features on the Extension. Web3 pauses for nobody, and so we carefully orchestrated the replacement of our entire Wallet engine while still flying.

Wallet will also be able to bring new features to market in a fraction of the time. A recent example of this is our DeFi portfolio, which took two months to build for the Wallet browser extension and only five days to port to our new React Native mobile app. The majority of complex logic resided in the data layer, and since these are now shared between all platforms, we were able to build it once and ship it to all platforms. Only client UI for mobile was remaining, and fortunately, with a common CDS, porting UI elements to mobile was simple. Thanks to these types of efficiencies, we expect to see the velocity at which Wallet launches new products continue to increase in the months to come.

Not only will users benefit from Wallet delivering features faster, the mobile experience as a whole will be snappier, more responsive, and more reliable.

Bridging the gap

Several of the features we released over the past year were built for the Wallet extension and have yet to be introduced to the Wallet mobile app. With our migration to React Native, we’re launching now ready to launch several great features in the mobile app for the first time, including support for storing, sending, and receiving Solana and SPL tokens, real-time price charts, an in-app dapp browser, token management, and a DeFi portfolio view.

How do you port 110+ features on a new React Native tech stack, while adding new functionality to the existing Chrome Extension platform all the while maintaining the existing Native mobile product? The common data layer was a force multiplier which enabled the team to keep building features for extension which would seamlessly port to RN mobile. We also prioritized feature parity of our existing mobile product while maintaining a high bar for quality and performance through benchmarking.

The team built foundations for a scalable and extensible performance monitoring system to measure client-side performance of the new app, including page load, UI thread blocking time and app responsiveness for every commit. We optimized loading and screen render times using a bespoke incremental rendering solution, memoizing components, and optimizing expensive hook computations. We also shipped countless improvements to the data layer through batching state updates and optimizing caching strategies, which benefited asset and NFT loading on both the new react native app and extension.

More than a fresh coat of paint

If you’ve noticed the new look-and-feel of the mobile app, it reflects much more than a fresh coat of paint. Coinbase Wallet is now an integral part of the Coinbase Design System.

Coinbase’s Design System is a robust architecture of reusable design and motion components built within React. We’ve found that the CDS enables our product, engineering, and design teams to focus on building high-quality product experiences while ensuring a consistent experience for users across Coinbase products. Beautiful design elements, like the motion-driven “warm welcome” that greets new users, are just a small preview of how we are providing a visually rich experience for a global audience.

Since Coinbase Wallet’s browser extension was built using this design system, desktop users will now enjoy a more consistent experience within Wallet’s mobile app. As an added bonus of this consistent approach, users who are familiar with Coinbase’s flagship app will immediately feel at home in Coinbase Wallet’s new mobile experience.

Another exciting result of this work is Wallet users now have an opportunity to personalize their mobile experience. Our research showed that users prefer dark mode, so the mobile app will open in dark mode by default. We’re also adding the ability to select a theme color for Coinbase Wallet, which can be selected in the Settings tab.

Looking ahead

The new Coinbase Wallet mobile app began rolling out globally across iOS and Android this week, and we expect the rollout to be complete over the next few weeks. Make sure your app is up to date by visiting the App Store on iOS or Google Play on Android, and follow @CoinbaseWallet on Twitter for the latest news and updates.

Coinbase Wallet is a self-custody wallet providing software services subject to Coinbase Wallet Terms of Service and Privacy Policy. Coinbase Wallet is distinct from Coinbase.com, and private keys for Coinbase Wallet are stored directly by the user and not by Coinbase. Fees may apply. You do not need a Coinbase.com account to use Coinbase Wallet.

web3 on the platform of your choice — a closer look at Coinbase Wallet’s multi-platform approach was originally published in The Coinbase Blog on Medium, where people are continuing the conversation by highlighting and responding to this story.

Publié le
Catégorisé comme Non classé

Les NFT ne sont pas morts ! Magic Eden (Solana) explose les scores

5 à 10 ans – La plus grande place de marché NFT de Solana (SOL), Magic Eden, voit sa valorisation exploser en plein hiver crypto. Les marchés baissiers n’ont donc point chamboulé les plans de développement de la startup, qui veut désormais conquérir d’autres blockchains.

Une licorne crypto en bear market grâce à la magie des NFT

Magic Eden, a levé 130 millions de dollars lors d’un tour de financement de série B dirigé par Electric Capital et Greylock.

Grâce à cette levée de fonds, la valorisation de Magic Eden s’élève désormais à 1,6 milliards de dollars. La start-up devient ainsi la dernière licorne crypto à voir le jour, environ 9 mois seulement après sa création, et en plein bear market.

L’entreprise poursuit donc sa croissance, indépendamment des turbulences actuelles, qui mettent pourtant en difficulté des entreprises cryptos majeures, comme Coinbase, Bybit, Celsius.

Ce tour de financement, qui intervient trois mois seulement après la dernière levée de fonds, serait d’ailleurs une réponse à la part de marché et la présence croissante de l’entreprise dans les NFT.

La startup se servira alors de ces capitaux frais, pour financer et consolider les bases de ce fort développement.

Pour justifier cette nouvelle levée de fonds, le cofondateur de la société, Jack Lu, a indiqué que Magic Eden ne voulait pas se « sentir limité par les ressources ». Il a en outre souligné la vision à long terme de son entreprise qui veut « construire pour les cinq à dix prochaines années ».

>> Une plateforme crypto qui s’engage pour l’environnement ? Inscrivez-vous sur FTX (lien affilié) <<

Plateforme NFT : Solana c’est bien, le multi-chain c’est mieux !

Magic Eden franchit ainsi une autre étape pour son développement en se constituant d’une part, un trésor de guerre. D’autre part, la place de marché veut continuer à croître en s’étendant au-delà de Solana.

La startup est en effet convaincue selon Jack Lu, que les entreprises cryptos et NFT évolueront « dans un monde multi-chain pendant un certain temps ».

La place de marché NFT veut ainsi proposer ses services aux autres projets regroupés autour d’autres blockchains. Jack Lu n’a toutefois pas précisé le nom des plateformes qui intéressent son entreprise.

Le secteur des NFT ne semble apparemment pas connaître la crise. Magic Eden devient une licorne crypto en plein marchés baissiers, et n’est pas la seule plateforme NFT à afficher actuellement une bonne santé financière. Immutable X a également lancé récemment un fonds de développement de 500 millions de dollars pour les jeux et les tokens non fongibles.

Ne vous laissez pas perturber par les aléas du marché et continuez à construire votre stratégie d’investissement sur Bitcoin. Pour ce faire, rendez-vous sur la plateforme de référence FTX et commencez à entasser les satoshis ! (lien affilié)

L’article Les NFT ne sont pas morts ! Magic Eden (Solana) explose les scores est apparu en premier sur Journal du Coin.

Publié le
Catégorisé comme Non classé

Cristiano Ronaldo dribble sur le terrain des NFT avec Binance

CR7 – Cristiano Ronaldo veut marquer des buts dans le web3. Le footballeur a décidé de jouer – et de remporterle match des NFT en portant le maillot de Binance.

Cristiano Ronaldo fait équipe avec Binance

Binance a annoncé dans un billet du 23 juin 2022, la conclusion d’un accord pluriannuel avec Cristiano Ronaldo, pour le lancement d’une série de collections NFT avec le footballeur.

Les fans du quintuple Ballon d’or pourront se ruer sur la première collection, lors de son lancement à la fin de l’année 2022. Ces NFT seront disponibles exclusivement sur la place de marché NFT de Binance.

Cette première collection comportera « des designs emblématiques » qui seront créés avec le joueur de Manchester United.

Cristiano Ronaldo foule donc le terrain des NFT, quasiment dix mois après que Lionel Messi ait dévoilé sa première collection, The Messiverse.

#Binance @Cristiano

We’re kicking off an exclusive multi-year NFT partnership with football legend Cristiano Ronaldo.

This is your opportunity to own an iconic piece of sports history and join CR7’s Web3 community. pic.twitter.com/3j1lKcqrbn

— Binance (@binance) June 23, 2022

« Nous lançons un partenariat NFT exclusif de plusieurs années avec la légende du football Cristiano Ronaldo. C’est votre opportunité de posséder une pièce emblématique de l’histoire du sport et de rejoindre la communauté Web3 de CR7.»

Binance – Source : Twitter

>> Venez faire vos premiers dribbles dans l’univers des cryptomonnaies sur Binance (lien affilié) <<

Un record de buts et de vues positifs pour Binance

Les fans de Cristiano Ronaldo ont, dans l’ensemble, accueilli cette nouvelle de manière positive. Des détracteurs des cryptomonnaies n’ont bien évidemment pas manqué de saisir cette occasion pour critiquer cette initiative, qualifiant notamment les NFT de scams.

Théoriquement, le lancement de cette première collection de NFT du footballeur qui a marqué plus de 800 buts dans sa carrière, devrait rencontrer un franc succès.

Son marketing et sa commercialisation bénéficient de la notoriété du joueur portugais qui s’étend bien au-delà du monde du football.

Cristiano Ronaldo n’est pas en effet qu’une icône du ballon rond. C’est également un influenceur de poids sur les réseaux sociaux.

Son compte Instagram compte, actuellement, plus de 459 millions de followers. Et la société d’analyse des partenariats Zoomph a aussi publié un autre chiffre qui donne le vertige.

Les posts sur Twitter et Instagram du footballeur, annonçant ce partenariat avec Binance, ont enregistré plus de 48 millions d’impressions en une heure.

Avec ces NFT signés CR7 x Binance, le football européen continue donc son immersion dans le web3. Au mois de mars 2022, ce fut le PSG qui avait chaussé ses crampons pour s’attaquer aux métavers et NFT.

Vous êtes en droit de ne rien comprendre à la tendance NFT. En revanche, ne pas vous intéresser à Bitcoin est impardonnable ! N’attendez plus pour préparer l’avenir en allant vous inscrire sur la plateforme Binance, LA référence absolue du secteur (lien affilié).

L’article Cristiano Ronaldo dribble sur le terrain des NFT avec Binance est apparu en premier sur Journal du Coin.

Publié le
Catégorisé comme Non classé

Binance annonce un partenariat NFT avec Cristiano Ronaldo

On le sait, les entreprises cryptos aiment le sport ! Ainsi, plusieurs exchanges cryptos ont récemment réalisé plusieurs actions de sponsoring dans le sport. C’est le cas par exemple de l’exchange crypto.com ou FTX dans des domaines comme la Formule 1, le basket, etc. Cette fois, il s’agit d’un partenariat avec un sportif. Et cela concerne le géant crypto Binance… Binance prépare une collection de NFT avec Cristiano Ronaldo Binance vient d’annoncer le 23 juin 2022 une collaboration avec… Cristiano Ronaldo ! L’annonce est parue sur le site de Binance. Quel est l’objectif de cette collaboration ? Peu de détails ont […]

L’article Binance annonce un partenariat NFT avec Cristiano Ronaldo est apparu en premier sur Cryptonaute.

Publié le
Catégorisé comme Non classé

Du renouveau chez eBay ! – Le géant des enchères rachète la plateforme NFT KnownOrigin

L’aventure NFT continue ! – Depuis mai 2021, la plateforme de ventes aux enchères eBay a cédé aux sirènes des jetons non fongibles (NFT). Une nouvelle étape est donc franchie. En effet, la société d’e-commerce annonce le rachat de la plateforme d’échange de NFT, KnownOrigin.

E-commerce et NFT, le pari du géant des enchères en ligne

Au départ, la plateforme eBay a été un peu dépassée par les jetons non fongibles. Elle ne les voyait pas forcément d’un bon œil. Depuis, sa position a bien changé.

En effet, il y a à peine un mois, le site de ventes aux enchères indiquait le lancement de sa première collection de NFT maison : « Genesis ». Ces tokens uniques made by eBay, sur le thème des sportifs célèbres, sont basés sur la blockchain Tezos (XTZ).

Aujourd’hui, à travers un communiqué de presse, eBay a donc annoncé l’acquisition de KnownOrigin. C’est une place de marché NFT dont le siège est basé à Manchester (Royaume-Uni). Le marché a été conclu dès ce 22 juin 2022. Aucun coût d’acquisition n’a été communiqué pour l’heure.

« Nous avons fondé KnownOrigin pour donner du pouvoir aux créateurs et aux collectionneurs en leur donnant la possibilité de présenter, de vendre et de collectionner des objets numériques uniques et authentifiés. (…) L’intérêt pour les NFT ne cessant de croître, nous pensons que c’est le moment idéal pour nous associer à une société qui a la portée et l’expérience d’eBay. (…) »

David Moore, cofondateur de KnownOrigin

>> Il y a aussi des NFT sur FTX la plateforme crypto de référence (lien affilié) <<

eBay se veut acteur de la démocratisation des NFT

Le scepticisme et l’indécision d’eBay sur le Bitcoin et les cryptomonnaies sont désormais bien loin. En outre, le présent achat d’eBay montre déjà la volonté de s’ancrer dans les NFT. La société cotée au Nasdaq (action EBAY) compte bien devenir un acteur de l’adoption des crypto-actifs.

Ce rapprochement avec les cryptos est ainsi décrit comme « une étape importante dans la réimagination » d’eBay. Le CEO de la plateforme, Jamie Iannone, va même plus loin en expliquant que les NFT vont, en quelque sorte, préserver la force sa société :

« (…) avec cette acquisition, nous resterons un site leader, alors que notre communauté ajoute de plus en plus d’objets de collection numériques. (…) KnownOrigin a constitué un groupe impressionnant, passionné et fidèle d’artistes et de collectionneurs, ce qui en fait un ajout parfait à notre communauté de vendeurs et d’acheteurs. (…) »

Grâce à leur transposition numérique des objets à collectionner, les jetons non fongibles sont très appréciés des sociétés comme eBay et bien d’autres. Ainsi, en avril dernier, c’est la maison de ventes aux enchères Sotheby’s qui annonçait la vente d’objets d’art numérique, sous la forme de NFT.

Fan de NFT et grand amateur de Bitcoin également ? Vous cherchez une plateforme qui regroupe vos 2 passions ?  Inscrivez-vous sans attendre sur FTX. Vous bénéficiez d’une réduction à vie sur vos frais de trading (lien affilié, voir conditions sur site officiel).

L’article Du renouveau chez eBay ! – Le géant des enchères rachète la plateforme NFT KnownOrigin est apparu en premier sur Journal du Coin.

Publié le
Catégorisé comme Non classé

Send and receive crypto on multiple networks, starting with Polygon and Solana

TL;DR: Over the next month, eligible Coinbase customers will be able to send and receive ETH, MATIC, and USDC on Polygon, and USDC on Solana. The Polygon integration marks the first time Coinbase has enabled the ability to send and receive these assets on an L2.

By Nemil Dalal, Director, Product Management and Justin Blumenthal, Product Manager

Sending crypto on Ethereum has become increasingly expensive for individual users and institutions. As one of the most robust programmable blockchains, Ethereum has the largest ecosystem of developers, products, and services. But as blockchain usage has surged, gas fees (fees paid to miners to validate transactions on Ethereum) have skyrocketed, pricing out millions of would-be users. While these high gas fees have caused more affordable networks like Polygon and Solana to increase in popularity over the past 18 months, the process of funding wallets on these networks can be complex and time-consuming.

Coinbase is reducing the time, effort, and high fees of today’s experience by letting customers convert fiat to crypto and fund their Polygon and Solana wallets in minutes and at a fraction of the cost. Over the next month, eligible Coinbase and Coinbase Exchange customers will be able to send and receive ETH, MATIC, and USDC on Polygon, and they’ll be able to send and receive USDC on Solana.¹ Over time, we’ll add support for more tokens and more networks.

Access more of web3 at a fraction of the cost and time

On Ethereum, it can cost over $10 in gas fees to send small amounts of crypto from an exchange like Coinbase to a self-custodial wallet like Coinbase Wallet, and it can cost over $100 in gas to lend out larger amounts of crypto on protocols like Aave. This has driven a massive increase in development and activity on alternative networks, with over 30% of DeFi Total Value Locked now sitting outside of Ethereum. However, it’s not simple to move crypto across networks. Users must purchase crypto on an exchange, send it to their self-custodial wallet, then use a bridge to send their crypto to a different chain. It can take approximately 20 minutes, $50 in gas, and 10 protracted steps to purchase a NFT on Polygon via OpenSea. Now, Coinbase customers can convert their fiat to ETH, MATIC, and USDC and fund their Polygon wallet at a fraction of the cost and time, making it simple to explore more of web3.

Institutional traders are increasingly active across multiple networks and dapps, but the process of bridging between networks is inefficient for them as well. Multichain asset support via Coinbase Exchange allows for seamless deposits and withdrawals across Ethereum, Polygon, and Solana, with trading and settlement in one order book regardless of the chain used to deposit funds. We’ve removed the complexity of managing different balances of a single asset across networks with one comprehensive, unified balance.

Switch networks in a few simple steps

We’ve made it easy for both individual and Coinbase Exchange customers to send and receive on Polygon and Solana. Here’s how it works:

For individual customers using the Coinbase mobile app or coinbase.com:

Decide which self-custody wallet you’ll use to receive your crypto. If you don’t have a self-custody wallet, it only takes a few seconds to get started with Coinbase Wallet. Make sure you’re choosing a self-custody wallet that supports either Polygon or Solana, depending on which network you plan to select. Keep in mind that all sends to crypto addresses are irreversible. Coinbase cannot retrieve funds sent to the incorrect address or using the incorrect networkOpen your Coinbase mobile app or log into coinbase.com and tap ‘Pay’Tap ‘Send’, then select ETH, MATIC, or USDC. Enter the amount you want to sendEnter your self-custody wallet address. If you’re using Coinbase Wallet, find your address by tapping ‘Receive’, then select the token you’re trying to receive and copy your addressPreview your send, tap the arrow next to Network, and select your preferred networkComplete your send

For users purchasing or transferring crypto from Coinbase using their Coinbase Wallet mobile app*:

Navigate to the Settings tab and select ‘Buy or Transfer’Select ETH, MATIC or USDC and enter the amount you’d like to buy or transfer from CoinbaseTap the network icon in the top right corner of the app. Choose your preferred networkSelect ‘Continue’ to preview the details of your purchase or transfer, then tap ‘Confirm’ to complete your purchase

*If you’re using the new version of the Coinbase Wallet mobile app, refer to the instructions below.

For users purchasing or transferring crypto from Coinbase using their Coinbase Wallet browser extension:

Click the ‘Buy’ icon (+) and choose ‘Add crypto with Coinbase Pay’Select ETH, MATIC or USDC and enter the amount you’d like to buy or transfer from CoinbaseSelect the network field to choose your preferred networkPreview the details of your purchase or transfer, then click ‘Confirm’

For Coinbase Exchange customers*:

From exchange.coinbase.com, choose WithdrawSelect ETH, MATIC, or USDC and Withdraw to a Crypto AddressSelect the Network field and choose your preferred networkEnter the wallet address you wish to withdraw to, and confirm your network selectionEnter the withdrawal amount, and complete your withdrawal

*Alternatively, use your API key access and latest API documentation to add the network field to your deposits or withdrawals.

Looking Ahead

Coinbase aims to be the platform for transferring crypto throughout the cryptoeconomy by enabling users to route funds to any network, making it easier and cheaper to access web3 so that billions of people can power their financial lives with crypto rails. We’re excited to build on this foundation by adding support for more networks and assets to make it simpler for users to dive deeper into web3.

¹Multichain network availability limited by jurisdiction.

Send and receive crypto on multiple networks, starting with Polygon and Solana was originally published in The Coinbase Blog on Medium, where people are continuing the conversation by highlighting and responding to this story.

Publié le
Catégorisé comme Non classé