Skip to content

Commit

Permalink
more direct and useful link for users to view their nfts (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
acashmoney authored Aug 11, 2023
1 parent d75b5de commit d09598f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/web3/nft.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func triggerMinting(recipientAddress, cid string) error {
fmt.Println("\U0001F331\U0001F331\U0001F331\U0001F331\U0001F331") // 5 saplings for open science
fmt.Println("Minting process successful.")
fmt.Println("Thank you for making science more reproducible, open, and collaborative!")
fmt.Println("You can view your ProofOfScience NFT at https://testnets.opensea.io/.")
fmt.Println("You can view your ProofOfScience NFT at https://testnets.opensea.io/account.")
fmt.Println("\U0001F331\U0001F331\U0001F331\U0001F331\U0001F331") // 5 more saplings for open science
} else {
fmt.Println("Minting process failed.")
Expand Down

0 comments on commit d09598f

Please sign in to comment.