stackr

Crates.iostackr
lib.rsstackr
version0.1.10
sourcesrc
created_at2023-11-21 14:30:26.962127
updated_at2023-12-05 21:28:51.458188
descriptionCLI to initialize, develop, and maintain your Stackr Micro-rollups
homepage
repository
max_upload_size
id1044249
size143,181
Archisman Das (Arch0125)

documentation

README

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

Commit count: 0

cargo fmt