Cosmos: Storing Cosmos Chain Governance Metadata on IPFS
Learn how to store Cosmos Chain Governance Metadata files on IPFS.
Last updated
Was this helpful?
Learn how to store Cosmos Chain Governance Metadata files on IPFS.
Last updated
Was this helpful?
Cosmos is a blockchain ecosystem of multiple interoperable blockchain networks that can be used to build and develop application-specific blockchain networks and applications. One important part of building a Cosmos blockchain is chain governance. On Cosmos, chain to be stored on IPFS.
Read below to learn how to store Cosmos Chain Governance Metadata files on IPFS.
metadata.json
.This CID value can be used to reference this file in smart contracts, applications, or share the file with others.
The following command can be used to upload the file to an IPFS bucket:
aws --endpoint https://s3.filebase.com s3 cp metadata.json s3://ipfs-bucket --debug
The CID will be returned in the x-amz-meta-cid
header.