0.1.3 • Published 2 years ago

dy-finance.lib v0.1.3

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

dy-finance.lib

Setup instructions

After cloning this repo, run the following command before perform further developments or tests

npm install

To run this repo's test suite, run the following command

npm test

In order to obtain the js artifacts and d.ts type declarations for publishing, run the following command

npm run build

Publishing instructions

Once you are logged in with your npmjs account (via npm login), run the following command

npm publish

Environment variables

An environment variable STACKS_API_URL is expected to be defined in order to properly run the unit tests. It is defined at .env and points to the Stacks Chain public testnet address. In case you would like to run the test suite against another testnet, you must modify the referred environemtn variable.