Skip to content

ice-blockchain/dns-contract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Shell 1.5%