Token-URI interfaces #348
Replies: 3 comments 5 replies
-
Why not just call it "art"? As in Also, do we need two separate ones? I don't think we're gonna showcase segments in the PRO svg just because it might be hard to generate them in the art. Even so, we could just leave |
Beta Was this translation helpful? Give feedback.
-
I agree with @razgraf that we should not have two token URI generator contracts. It sounds overkill because:
Naming-wise, my vote goes to the following options:
I don't like @andreivladbrg - feel free to start with whatever option you like best. We can easily refactor the contracts once they are implemented (pro tip: learn these VSCode shortcuts to perk up your refactoring game): CMD+SHIFT+L and CMD+D). |
Beta Was this translation helpful? Give feedback.
-
Locking, as we have agreed upon the name of this contract, and its API. |
Beta Was this translation helpful? Give feedback.
-
As we discussed on the call we should add an address argument to both the linear and pro contracts that will be passed in the constructor. This contract will implement a
tokenURI
function to produce the NFT-SVG from the stream values.The primary reason behind this proposal is to close the
v2-core
repository and pass it to auditors. Furthermore, the logic for the SVG is quite voluminous, and the core repository is already a large codebase.How should we name those interfaces? My current suggestion is to use something like:
Uniswap has used the "descriptor" keyword. Do you have any other suggestions?
Beta Was this translation helpful? Give feedback.
All reactions