Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFTの画像とメタデータをIPFSにアップロードする #25

Open
yu23ki14 opened this issue Sep 3, 2023 · 1 comment
Open

Comments

@yu23ki14
Copy link
Collaborator

yu23ki14 commented Sep 3, 2023

ボタンを作成したんですが、ここから出品者がどのように画像をアップロードをしてもらえば良いのかが分かっていません。(#23 (comment))

まず、画像のアップロードですが、ButtonコンポーネントではなくInputコンポーネントを使います。
このInputコンポーネントをdisplay: noneにして、FormLabelコンポーネントで囲い、FormLabelコンポーネントにスタイルをあてたらできると思われます。

リファレンスはこちらになります↓(FormLabelで囲んでおらず、Inputそのままなので注意)
https://github.com/henkaku-center/henkaku-ticket-frontend/blob/f38c536996e41ebe615a22b4bfd70753dd7d438a/components/CreateTicket/Form.tsx#L291C2-L291C2

@yu23ki14
Copy link
Collaborator Author

yu23ki14 commented Sep 4, 2023

Pinataのアカウント作成とAPI Keyなどの入手方法(無料)

1. こちらからアカウント作成

https://www.pinata.cloud/

2. Gatewayの作成

ログインした状態で、こちらのページに行くと作成できるので作成。
https://app.pinata.cloud/gateway

作成したgatewayのdomainをNEXT_PUBLIC_PINATA_GATEWAYにセット

3. アップロードようのAPI KEYを作成

ログインした状態で、こちらのページに行くと作成できるので作成。
https://app.pinata.cloud/developers/api-keys

それぞれ必要な環境変数にセット

adminにチェックを入れるのをわすれずに

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant