3.0.2 • Published 2 years ago

@elrondnetwork/erdjs-snippets v3.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
2 years ago

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 @elrondnetwork/erdjs-snippets --save-dev

Building the library

In order to compile the library, run the following:

npm install
npm run compile