Base library for (mocha-style) Smart Contract interaction snippets. Based on erdjs. Runnable in VSCode.
This library is meant to be used for testing & auditing Smart Contracts.
Note: Do not reference this library as a regular dependency (i.e. dependencies
section) of your Node / dApp project. Only reference it as a development dependency (i.e. devDependencies
section).
npm install @multiversx/erdjs-snippets --save-dev
In order to compile the library, run the following:
npm install
npm run compile