Skip to content

Basic WASM wallet using TypeScript types and Rust runtime implementation.

License

Notifications You must be signed in to change notification settings

awkweb/rust-ethereum-day

Repository files navigation

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

About

Basic WASM wallet using TypeScript types and Rust runtime implementation.

Resources

License

Stars

Watchers

Forks