Skip to content

v0.1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@0xslipk 0xslipk released this 24 Feb 11:00
· 43 commits to main since this release

Milestone 1 - HRC721 and HRC1155 Interfaces

https://github.com/blockcoders/harmony-marketplace-sdk/milestone/1?closed=1

  • Implemented a reusable abstract class for Non Fungible tokens.
  • Implemented a reusable HRC721 interface.
  • Implemented a reusable HRC1155 interface.
  • Integration tests with harmony testnet to verify the correct functionality.
  • Added inline documentation.