@ernest-cll/test-package
v1.0.10
Published
Test package: Javy SDK plugin distribution PoC
Readme
Test Package
This package is demonstrating how Chainlink CRE Javy Plugin can be distributed.
In this PoC Javy is downloaded from the official Javy releases repository the first time user wants to use the package.
Package also includes compiled Rust plugin for Chainlink CRE Javy Plugin, therefore final user is not required to have Rust installed.
Binary used is also decided on the user's side based on the user's operating system.
Usage
Build
npm run buildInstall
npm add @ernest-cll/test-packageConsume
In your project:
npm add @ernest-cll/test-packagenpx cre-setupnpx cre-compile-workflow <input.js> <output.wasm>(example:npx cre-compile-workflow src/hello-world.js dist/hello-world.wasm)
