Recent Posts

Semi Fungible token Example

5 minute read

;; Simple SIP-013 Semi-Fungible Token Implementation ;; Clarity Version 3 (impl-trait 'ST1ZK4MRVTQQJMVAAJQWBV2WPQ87QV2851YCTHD7X.sip-013-trait-sft-standard...

How to build NFT MarketPlace

12 minute read

1. Introduction NFTs—short for non-fungible tokens—are digital assets with unique identifiers. Non-fungible means that the tokens are not equivalent to one ...

Semi Fungible token (SFT)

11 minute read

Semi-Fungible Tokens, or SFTs, are digital assets that sit between fungible and non-fungible tokens. Fungible tokens are directly interchangeable, can be rec...

Non Fungible token (NFT)

6 minute read

Non-fungible tokens or NFTs are digital assets registered on blockchain with unique identifiers and properties that distinguish them from each other. It shou...

Fungible token

8 minute read

Fungible tokens are digital assets that can be sent, received, combined, and divided. Most forms of cryptocurrencies are fungible tokens. They have become a ...