0.2.0 • Published 5 years ago

@bcndev/bytecoin v0.2.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

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>
0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago