Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 672 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 672 Bytes

Grayblock Power

Rust

Monorepo for Grayblock Power's Rust Projects

Dependencies

Frontend

  • trunk - For WASM builds and livereload, replaces webpack
  • mogwai - For vdom, replaces react
  • web3 - For web3, replaces ethers

Backend

  • warp - Server, replaces express

Usage

To bootstrap dependencies: make bootstrap

To run development server: make dev

To run production server: make run