Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.11 KB

Rust Ethereum Day

Basic WASM wallet demo using TypeScript and Rust for Rust Ethereum Day 2023.

s/o to @jxom for kicking off the Rust code.

Dev

Install wasm-pack

cargo install wasm-pack

Install and build dependencies

pnpm install

Run dev server on http://localhost:5173

pnpm dev

Prerequisites

Scripts

Command Description
pnpm dev Run dev server
pnpm build Build playground for production
pnpm build:wasm Build wasm-wallet package
pnpm clean Clean build outputs
pnpm format Format code
pnpm lint Lint code
pnpm lint:fix Lint and fix code
pnpm preview Preview production build