Skip to content

NFT, Marketplace, and HRP Support

Pre-release
Pre-release
Compare
Choose a tag to compare
@RoshanSyed RoshanSyed released this 11 Aug 18:03
· 1 commit to develop since this release

This pre-release adds support for the latest changes made to the Peerplays blockchain's TESTNET branch.
See https://github.com/peerplays-network/peerplays/releases/tag/test-1.4.5

About

NFT

A non-fungible token (NFT) is a special type of token that represents a unique asset. They are blockchain assets that are designed to not be equal. NFTs have a wide range of applications including video games, fine art, movie tickets and more.

The most popular type of NFT is based on the ERC-721 token standard. Creation of ERC-721 tokens has exploded over the past year with a huge wave of digital collectibles and game-based assets coming online.

Peerplays provides an enhanced version of the ERC-721 token standard wherein there can be both non-fungible and semi-fungible tokens based on the discretion of the token creator. The Peerplays standard also provides flexibility to mark the NFTs non-transferable and non-sellable if the creator choose so.

Marketplace

Peerplays marketplace is a decentralized, peer-to-peer marketplace for Peerplays NFTs.

The marketplace provides both auction and reverse auction functionality. An NFT owner can list his asset for sale in the marketplace for a desired price and other users can bid to buy the asset until the sale expires. Similarly, users can create a buy offer to an NFT owner.

HRP

Hierarchical Role Based Custom Permissions (HRPs) provides a more sophisticated and fine-grained control of account permissions. Users of the Peerplays blockchain can create new permissions and link operations that can use the created permissions instead of active and owner keys. This increases the security of the user accounts wherein the user need not use the critical active and owner permissions all the time.

Summary of Changes

  • NFT - NFT functionality added.

  • Marketplace - There is now a marketplace to exchange NFTs created on the Peerplays blockchain.

  • HRP - There is now new custom account permissions and authorities.