-
Submit function:
- NFT already exists, submitted to the MKT.
- Specify where sales go.
-
Doesn't solve for:
- Projects can't stop random people from linking to its treasury.
-
Change "Submit" ⇒ "List".
- saves gas
- list many tokens but not all tokens (approve).
-
Subgraph ≤== do this for viewable info.
-
Lightweight JS SDK.
-
Goes over V2:
- ERC-20 payment support.
- Gonna be easier with V2.
- Maybe additional functionality of the token is a JB token.
- Token gating.
- Maybe best solved by a bring-your-own datasource/delegate combo.
- Pause functionality, lots of possible variations.
- set an unpause block number?
-
directionally: mktplace should be permissionless, project should not have control of the contract, so much as the frontend.
721 contract should have "authorize to mint" function
so wagmi can make nfts for projects etc