#generate #directory #world #cli #rollup #stackr #micro-rollups

yanked stackrup

Stackrup into the world of micro-rollups using Stackr CLI

6 releases

0.1.5 Nov 20, 2023
0.1.4 Nov 20, 2023

#35 in #rollup

41 downloads per month

MIT license

38KB
919 lines

Stackr CLI

CLI tool for generating generating a rollup using stackrjs package

Building the cargo package locally

Clone the project

  git clone https://github.com/stackrlabs/stackr-cli

Go to the project directory

  cd stackr-cli

Build the package

  cargo build --release 

Add to .bin

  mkdir -p ~/bin
  cp target/release/stackrup ~/bin/

Give execution permissions

  chmod +x ~/bin/stackr_rollup

Usage

Initialise a project

  $ stackrup init

This command will take up configurations for the rollup and use Google to generate a rollup

Compiling

  $ stackrup compile

This command will transpile state.ts file to JS and then create a WASM build

Dependencies

~32–49MB
~1M SLoC