envoylabs / whoami

An NFT-based user and smart contract nameservice
Apache License 2.0
16 stars 10 forks source link

New query functions in light of paths/subdomains #59

Closed the-frey closed 2 years ago

the-frey commented 2 years ago

Need at least two new queries:

  1. For an address, get only top-level tokens (i.e. names)
  2. For an address, get only non top-level tokens (i.e. paths)

Possibly also need to make it so you can't set an alias to be a non top-level token (i.e. a path)

the-frey commented 2 years ago

Closed by #60