This package has been deprecated

Author message:

Use @burstjs scope instead

burstjs

0.1.0-rc.2 • Public • Published

@burstjs

The BurstCoin Type/Javascript Reference Library

npm lerna Codacy Badge Build Status Known Vulnerabilities codecov

@burstjs is a modern library written in Typescript providing common functionalities for browsers and nodejs to interact with the BurstCoin blockchain, an advanced community-driven blockchain technology.

Installation

For app development:

npm install @burstjs/core
npm install @burstjs/crypto
npm install @burstjs/util

Then import the methods you need, e.g. import { generateSignature } from '@burstjs/crypto'.

For Phoenix wallet development:

npm install && npm run bootstrap

That's it!

Running Tests

  1. Single test run npm run test
  2. Run in watch mode npm run test:watch
  3. Run end-to-end test npm run test:e2e | Keep in mind that these tests are slow as they run against true servers. And therefore, it cannot be guaranteed that all E2E tests always work

Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i burstjs

Weekly Downloads

1

Version

0.1.0-rc.2

License

GPL-3.0

Unpacked Size

1.01 MB

Total Files

306

Last publish

Collaborators

  • ohager