@bcndev/bytecoin
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

bytecoin-js npm version

Development

$ npm install
$ npm run build
$ npm run test

Usage

With npm/webpack:

$ npm install @bcndev/bytecoin
import {checkAddressFormat} from "@bcndev/bytecoin";

With plain HTML/JS (via bytecoin.js):

<script src="dist/bytecoin.js"/>
<script>
  alert(bcn.checkAddressFormat("21UQFLdH7WvPZEd8HNwXncHtDwFvv4GRqaN3R4cWyuw2TRZxRtRPb7FFTxfcwwQsqYSD2EqhgVCLsGdRdejAoHFHAHJrxxo"));
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @bcndev/bytecoin

Weekly Downloads

1

Version

0.2.0

License

Apache-2.0

Unpacked Size

18 kB

Total Files

5

Last publish

Collaborators

  • bcndev