Skip to content

Aragorn

Latest
Compare
Choose a tag to compare
@xpepermint xpepermint released this 02 Mar 13:44
· 94 commits to master since this release
3546d3c

This is the second version of the 0xcert Framework. The Framework provides all the features you need to build fully functional decentralized applications.

Important code upgrades:

  • The atomic order gateway is the feature that was optimized and upgraded the most. It is one of our leading innovations, and 0xcert was the first to develop and offer it to a broader audience.
  • We now support atomic asset and value ledger deployment, which enables you to deploy a ledger in an atomic transaction and define arbitrary token value transfer options.
  • Atomic order now supports even more actions. Apart from the transfer value, create, update, and transfer asset functions, we also added a destroy asset function and the option to set ledger abilities for individual users. The Xcert non-fungible token represents an enhanced ERC-721 non-fungible token and as such, supports the per-user permission layer without which its implementation in business services would be completely useless.
  • Atomic orders are now executed differently. In v2.0, they support multi-signature function, which introduces multiple partakers to the transaction. Thus, the Framework enables many-to-many atomic transactions, where multiple partakers can execute an operation or at least sign the order for its execution. This update allows for no-ETH transactions with all the partakers signing an atomic transaction and a third party executing it (usually for a fee charged in tokens). Moreover, it introduces an array of new business use cases that were previously unsupported. Its infrastructure could even be leveraged to support a DAO.
  • Xcert now also follows ERC-2477 standard.
  • Every component of the Framework has been optimized.
  • We've also enhanced the Bitski integration,
  • built the support for parsing transaction events,
  • and improved the defining of asset ledger URI (URI template).
  • Moreover, certifying of assets has become even easier with a few added methods.