Skip to content

Basic WASM wallet using TypeScript types and Rust runtime implementation.

License

Notifications You must be signed in to change notification settings

martines3000/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

Releases

No releases published

Packages

No packages published

Languages

  • Rust 43.8%
  • TypeScript 41.1%
  • CSS 11.2%
  • HTML 3.9%