Skip to content

ernest-nowacki/cre-workflows-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRE Workflows Tests

This project is demonstrating how CRE TS Javy Plugin works as an npm package.

REQUIREMENTS:

Usage

  • Bun 1.2.21 installed

Download the CRE TS Javy Plugin like a regular bun dependency:

bun install

Before first usage run the setup command. Setup will download the right Javy binary based on your operating system and will compile a version with the Chainlink CRE Javy Plugin included:

bunx cre-setup

Then you are ready to use the CRE TS SDK to compile your workflows to WASM. Run the following command:

bunx cre-compile <input.ts> <output.wasm>

Example:

bun cre-compile src/hello-world/hello-world.ts dist/hello-world.wasm

About

A test repository to demonstrate consumption of CRE TS Javy Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published