envoylabs / whoami

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

Basic subdomain implementation #53

Closed the-frey closed 2 years ago

the-frey commented 2 years ago

Adds:

the-frey commented 2 years ago

Additionally, added a query:

GetPath { token_id: String }

That allows for looking up a full path of a token (including the token itself). This means you can e.g. query a parent before using it to mint a new token & of course show full paths in a UI etc