Commit 977a2c10 authored by Chris's avatar Chris
Browse files

WIP reveal NFT metadata notes

parent 495ca92d
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -10,4 +10,19 @@ how do we reveal NFTs? this video explains

- we create a reveal function to facilitate NFT reveals
- HashLips has source code examples on GitHub: <https://github.com/HashLips/solidity_smart_contracts>
- https://rarity.tools/ is a list of top NFT drops
  - there are paid sponsorships but they are very expensive
  - rarity.tools organically picks up projects that have activity
- opensea or nftgateway?
  - nftgateway is better for established artists who have smaller collections
  - opensea might be a better starting point
- open edition: a collector can mint as many as they want
  - nftgateway allows for those
- see difference between sale and transfer: this will matter
  - what if a user wants to transfer NFT from one wallet to another?
- give users option to opt into staking
  - reward for staking
- main design challenge will be creator royalty logic
- floor price logic could be implemented
- the royalty structure is opt-in until the nft is transferred out into a private wallet
-