You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Currently, when publishing to IPFS, all changes to the metadata necessitate a change to the dataURI on the smart contract, increasing the number of smart contract calls.
Solution
Use js-ipfs to instead publish to IPNS. Require that the dataURI be passed such that it forms a standard URI, with applicable handlers to be implemented by the client (eg. ipns://, ipfs://, bzz://).
The text was updated successfully, but these errors were encountered:
Problem
Currently, when publishing to
IPFS
, all changes to the metadata necessitate a change to thedataURI
on the smart contract, increasing the number of smart contract calls.Solution
Use
js-ipfs
to instead publish toIPNS
. Require that thedataURI
be passed such that it forms a standard URI, with applicable handlers to be implemented by the client (eg.ipns://
,ipfs://
,bzz://
).The text was updated successfully, but these errors were encountered: