Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Re29066/token-contract

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Fungible, Non-Fungible, Semi-Fungible Tokens Smart Contracts

NFT (Non-Fungible tokens) in nft folder

Basic implementation of smart contracts for NFT tokens and NFT collections in accordance with the Standard.

nft-collection.fc - basic implementation of immutable NFT collection with royalty.

nft-collection-editable.fc - basic implementation of the NFT collection with royalty in which the author can change the content and royalty params.

It is preferable to use an editable collection in case if you decide to change content hosting in the future (for example, to TON Storage).

nft-item.fc - basic implementation of immutable NFT item.

TonWeb JavaScript SDK 0.0.38+ supports these contracts.

Also repo contains an example of a simple marketplace smart contract nft-marketplace and a smart contract for selling NFT for a fixed price for Toncoins nft-sale.

In a real product, marketplace and sale smart contracts are likely to be more sophisticated.

Jettons (Fungible tokens) in ft folder

Basic implementation of smart contracts for Jetton wallet and Jetton minter in accordance with the Standard.

Contains an example of a simple ICO smart contract.

Semi-Fungible

Semi-Fungible tokens is combination of NFT and FT.

Compile

Compiled contracts are in build/ folders. Compiled by func-0.3.0.

About

Fungible, Non-Fungible, Semi-Fungible Tokens Smart Contracts

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • Shell 1.8%
  • JavaScript 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.