@tokel/cryptoconditions
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Notes on 'cryptoconditions' library

This is the 'cryptoconditions' library for Komodo cc modules development.

Dev language: rust

It also could be compiled as a wasm with wasm-pack, use this cmd to build a wasm:

wasm-pack build --target nodejs

See pkg/cryptoconditions_bs.js for supported javascript cryptoconditions api.

To add the wasm to your nodejs project first make it as a global node module:

cd ~/pycc/cryptoconditions/pkg
npm link -g

then make a link to the global npm module for your project

cd ~/your-project-dir
npm link cryptoconditions

To use the cryptoconditions wasm in browser use browserify tool

Readme

Keywords

none

Package Sidebar

Install

npm i @tokel/cryptoconditions

Weekly Downloads

1

Version

0.1.0

License

none

Unpacked Size

438 kB

Total Files

5

Last publish

Collaborators

  • lenilsonjr
  • acnebs
  • piggydoughnut