Crates.io | stackr |
lib.rs | stackr |
version | 0.1.10 |
source | src |
created_at | 2023-11-21 14:30:26.962127 |
updated_at | 2023-12-05 21:28:51.458188 |
description | CLI to initialize, develop, and maintain your Stackr Micro-rollups |
homepage | |
repository | |
max_upload_size | |
id | 1044249 |
size | 143,181 |
CLI tool for generating generating a rollup using stackrjs package
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
$ stackrup init
This command will take up configurations for the rollup and use Google to generate a rollup
$ stackrup compile
This command will transpile state.ts file to JS and then create a WASM build