Skip to content

v0.17: TonRecipes

Compare
Choose a tag to compare
@justdmitry justdmitry released this 01 Jun 13:26
· 55 commits to master since this release
v0.17.0

New TonRecipes static class with read-to-use one-liners, e.g.:

  • TonRecipes.RootDns.GetNftAddress to get DNS NFT Contract address from something.ton domain name;
  • TonRecipes.RootDns.GetOwner to get owner of DNS NFT by it's address;
  • TonRecipes.RootDns.GetAllInfo to load all information from DNS NFT smartcontract data and parse to separate ready-to-use fields;
  • Other RootDns methods;
  • Similar TonRecipes.Telemint class to work with *.t.me NFTs;