SDK for DApp utilities
This package provides a set of utilities and models for dApp development.
sdk-dapp-utils is delivered via npm, therefore it can be installed as follows:
```
npm install @multiversx/sdk-dapp-utils
In order to compile the library, run the following:
```
npm install
npm run compile