opjs-primitives
v0.1.0
Published
*Status: DEV*
Downloads
3
Readme
Status: DEV
OpenPeer JavaScript Primitives Library
This library contains the JavaScript primitives needed to build JavaScript implementations of the OpenPeer Protocol.
The library features:
- Cryptographic compatibility with Java, PHP and C implementations.
- Runnable in NodeJS and Browser.
Install
npm install opjs-primitives
Development
Dev UI:
make install
make run
open http://localhost:8081/
Development Process:
make test
(this runs server-side and dev UI tests)- Launch dev UI
- Run all dev UI tests
- Make changes
- Run/write individual tests to verify changes
make test
- Commit