Open3

ERC721 Tutorial

イワケンイワケン

Want an instant, customizable marketplace for your game items, collectibles, or other ERC721 assets? You've come to the right place.

This tutorial will show you how to go from start to finish building a storefront for your items. We'll walk you through structuring your ERC721 contract and metadata, viewing your items on OpenSea, and testing out the auction flow for your items.

By the end of this tutorial, you'll know how to integrate with OpenSea and create a custom storefront for your items, just like the OpenSea Creature example storefront in this tutorial.

ゲームアイテム、グッズ、その他のERC721アセット用に、カスタマイズ可能なマーケットプレイスをすぐに作りたいですか?そんなあなたにぴったりです。

このチュートリアルでは、アイテムのストアフロントを最初から最後まで構築する方法を説明します。ERC721契約とメタデータの構造化、OpenSea上でのアイテムの表示、アイテムのオークションフローをテストする方法を説明します。

このチュートリアルが終わる頃には、OpenSeaと統合し、このチュートリアルのOpenSea Creatureのストアフロントの例のように、あなたのアイテムのためのカスタムストアを作成する方法を知っていることでしょう。

イワケンイワケン

https://docs.opensea.io/docs/1-structuring-your-smart-contract

1. Structuring your smart contract

ERC721規格を活用し、OpenSeaで即座にトレード可能なアイテムを実現

CryptoKittiesが開拓したERC721は、非代替性トークンの最新標準規格です。OpenSeaに掲載するためには、あなたのアイテムがERC721の最新のOpen Zeppelin実装に準拠していることがベストです。