multiversx / mx-deprecated-sdk-js-snippets

Base library for (mocha-style) Smart Contract interaction snippets. Based on erdjs. Runnable in VSCode.
Other
0 stars 2 forks source link

erdjs-snippets

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).

Documentation

Distribution

npm

Installation

npm install @multiversx/erdjs-snippets --save-dev

Building the library

In order to compile the library, run the following:

npm install
npm run compile