Skip to content

mr-tron/dns-contract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TON DNS Smart Contracts

Smart contracts of ".ton" zone.

nft-collection.fc - DNS resolver and domains minter.

Implements NFT collection interface with offchain NFT collection metadata.

Item index is sha256 hash of domain name and is out of order (get_collection_data always return next_item_index = -1).

nft-item.fc - Domain.

Implements editable NFT item interface with onchain NFT metadata.

Auction functionality is built into the domain item.

About

TON DNS Smart Contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Shell 1.3%