ian / rodeo

A static site generator, making NFT galleries

Home Page:rodeo-tau.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for multiple wallet addresses to be fetched from

galligan opened this issue · comments

There are use cases in displaying NFTs that may require fetching from more than one wallet address. Some examples include:

  • Collectors that use both cold and hot wallets for their assets
  • Artist collectives that would like to display all of the works of their constituents
  • Creators that minted from one address but moved to another at a later date

In all of the above examples Rodeo will need to support fetching and managing from multiple wallet addresses.

I can also see adding multiple wallets as a paid feature, if the entity that is deploying Rodeo is providing hosting services.

While adding multiple wallets should be a base-level feature in the open source project, for any host that would like to use Rodeo to provide token galleries, it may be helpful for them to require a higher tier of service for multiple wallets.

Therefore this feature should be easy to manage given the above consideration.