1.0.0 • Published 2 years ago

@enterprof/damo v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Client Package for DAMO

This is package which will be published on NPM, so the users can directly download the package and use the functions as shown in the use.js file.

Current Functions

  1. Initialize - It takes the private key of the user and initializes the DAMO client. (Important to use the package)
  2. Mint - It is used to mint an nft to another on same account using the given private key above.
    • Parameters = to(address),uri(string url),price(in eth),creator(address)
  3. TokenId - It takes the transaction hash and returns the tokenId of that transaction.
  4. GetReceipt - It takes the transaction hash and returns the receipt of that transaction.