0.0.1 • Published 11 years ago

cryptocoin-eckey v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
11 years ago

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.