pieFi-platform / hashgraph-name-resolution-sdk

MIT License
0 stars 4 forks source link

Change request upgrade sdk #1

Closed mamorite closed 2 years ago

mamorite commented 2 years ago

Describe your changes

  1. Changed functions to work with new smart contract functions.
  2. All sdk functions only perform read only calls to the smart contract functions.

Related Tickets

  1. Clickup link here

How to test

  1. npm install
  2. npm run jest
  3. (There are some requirements for the tests to run correctly since they are all read only operations, the smart contracts must already contain data in order to test)

Checklist before requesting a review