Skip to content

PeerplaysJS-lib v0.8.1

Latest
Compare
Choose a tag to compare
@bobinson bobinson released this 04 Jan 15:14
· 7 commits to master since this release

This major release adds support for all the latest features changes made to the Peerplays blockchain's current mainnet release (1.5.19)[https://github.com/peerplays-network/peerplays/releases/tag/1.5.19]

Note: This release is functionally same as v0.8.0 apart from the changes made for publishing to https://www.npmjs.com/package/peerplaysjs-lib

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.

In addition to the NFT capabilities, support for new 5050 which uses NFTs for tickets and new capabilities for lotteries.

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.
  • Updated 5050
  • Marketplace - There is now a marketplace to exchange NFTs created on the Peerplays blockchain.
  • HRP - There is now new custom account permissions and authorities.
  • Bug fixes, Vulnerability fixes, Sonar and other security audits