Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 935 Bytes

File metadata and controls

33 lines (21 loc) · 935 Bytes

Administration

This document covers administrative tasks related to managing and maintaining Juno, including releasing crates and other essential operations.

Table of Contents

Releasing Crates

To publish the junobuild-shared crate, use the following command:

RUSTFLAGS='--cfg getrandom_backend="custom"' cargo publish --target wasm32-unknown-unknown -p junobuild-shared

Generate Docs Locally

To generate and open the documentation of a crate locally:

RUSTFLAGS='--cfg getrandom_backend="custom"' cargo doc --target wasm32-unknown-unknown --no-deps -p junobuild-satellite --open

Deploy Console UI

Deploy the Console UI - the Console's frontend - to production using the built-in proposal flow.

./scripts/console.deploy.assets.mjs --mainnet