Browse Source

New translations tokens.md (Hindi)

translation_master
Jonathon Hammond 3 years ago
parent
commit
efd3f3922c
  1. 8
      src/pages/hi/write-smart-contracts/tokens.md

8
src/pages/hi/write-smart-contracts/tokens.md

@ -35,10 +35,6 @@ The [SIP-010][] standard is an interface definition that allows Stacks applicati
- Ability to get the total supply of the token (`get-total-supply`).
- A URI to metadata associated with the token (`get-token-uri`). This can resolve to off-chain metadata about the token or contract, such as an image icon for the token or a description.
### Examples of fungible tokens on Stacks
- [Nothing](https://nothingtoken.com/) ([contract](https://explorer.stacks.co/txid/0x022bed728d648ff1a68036c40f3aff8136ee22fee18380731df0ab9d76d3c4a9?chain=mainnet))
## Non-fungible tokens (NFTs)
Non-fungible tokens (NFTs) are a type of token that are not interchangeable. NFTs have unique traits (usually in the form of attached metadata) that restrict the abillity to replace them with identical tokens. An NFT is a token that is unique, such as a piece of art, or ownership rights to a real-world asset such as a house.
@ -56,10 +52,6 @@ The [SIP-009][] standard is an interface definition that the Stacks ecosystem al
- Ability to verify the owner for a given token identifier (`get-owner`). The owner resolves to a [Stacks principal](/write-smart-contracts/principals).
- Ability to transfer an NFT to a recipient (`transfer`). The recipient is required to be a Stacks principal.
### Examples of NFTs on Stacks
- [This is #1](https://thisisnumberone.com) ([contract](https://explorer.stacks.co/txid/SP3QSAJQ4EA8WXEDSRRKMZZ29NH91VZ6C5X88FGZQ.thisisnumberone-v2?chain=mainnet))
## Further reading
- [The Difference Between Fungible and Non-Fungible Tokens](https://101blockchains.com/fungible-vs-non-fungible-tokens/)

Loading…
Cancel
Save