You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is for implementing the webaverse/app handling of URLs of the form:
https://app.webaverse.com/eth://0xcontractaddr or https://app.webaverse.com/eth://0xcontractaddr/tokenId or https://app.webaverse.com/avaer.eth
The resulting page should open the app to a Totum scene with the tokens from the given contract, tokenId, or user id. This can be done by synthesizing an appropriate .scn and loading it up.
The generated scene could use text nodes in the .scn, with HTML/text labeling all of the NFTs in the scene.
The text was updated successfully, but these errors were encountered:
avaer
changed the title
Address/.eth mode
webaberse.com/.eth mode
Dec 13, 2021
avaer
changed the title
webaberse.com/.eth mode
webaberse.com/{.eth,0x} mode
Dec 13, 2021
This issue is for implementing the webaverse/app handling of URLs of the form:
https://app.webaverse.com/eth://0xcontractaddr
orhttps://app.webaverse.com/eth://0xcontractaddr/tokenId
orhttps://app.webaverse.com/avaer.eth
The resulting page should open the app to a Totum scene with the tokens from the given contract, tokenId, or user id. This can be done by synthesizing an appropriate
.scn
and loading it up.The generated scene could use text nodes in the
.scn
, with HTML/text labeling all of the NFTs in the scene.The text was updated successfully, but these errors were encountered: