metadateをjsonファイルで作成し、URL配下に保存したいです。
イメージ
https://○○○○.com/poolMetadata.json
URL配下に保存とはどこに保存すれば良いでしょうか?
(現在、https://○○○○.comのサイトはペライチに独自ドメインを設定して表示しており、ドメインは取得しているもののレンタルサーバは借りていません。)
またGISTでmetadateを作成する場合、https://○○○○.com/poolMetadata.jsonという形でどのようにすればアップできるのでしょうか?
以下ガイドに沿って設定中です
原文
Create a JSON file with your pool’s metadata
Store the file in a url you control.
For example https://teststakepool.com/poolMetadata.jsonYou can use a GIST in github, make sure that the URL is less than 65 characters long.
If you don't have any webserver access, you can create the file on github for free, just register and create a new repository with that file.
Next Get the hash of your metadata JSON file:
This validates that the JSON fits the required schema, if it does, you will get the hash of your file.
回答1件
あなたの回答
tips
プレビュー