cryptocoin-eckey

Eliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin

Usage no npm install needed!

<script type="module">
  import cryptocoinEckey from 'https://cdn.skypack.dev/cryptocoin-eckey';
</script>

README

eckey

JavaScript component for Eliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin.

AMD/CommonJS compatible.

See this article for more details: bitcoin address.

Install

Node.js/Browserify

npm install --save cryptocoin-eckey

Component

component install cryptocoinjs/eckey

Bower

bower install cryptocoin-eckey

Script

<script src="/path/to/eckey.js"></script>

Credits

Stefen Thomas wrote the majority of this and Roman Shtylman made significant modifcations.