tezos-commons / baseDAO

BaseDAO - a generic smart contract framework for DAOs on Tezos
57 stars 15 forks source link

[#239] Suggest storing the contract metadata on IPFS #253

Closed rinn7e closed 3 years ago

rinn7e commented 3 years ago

Description

Problem: Currently we suggest storing the contract's TZIP-16 metadata on a separate on-chain contract, however it's getting more common to store it on IPFS for many tokens.

Solution: Mention IPFS in the specification and readme.

Related issue(s)

Resolves #239

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)

rinn7e commented 3 years ago

Took me a while to understand how IPFS work and how it is compared to the traditional way (torrent).

Since it is pretty straightforward to uploaded the file (simply download the client and upload a file), I only mention the IPFS website in the docs instead of writing a full tutorial.