Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.17 KB

Aleo Web Wallet Snap

Project logo

Development

Install dependencies for all packages

yarn install

Build packages in development mode with hot code reloading

yarn dev

Publishing

yarn version:snap

# Note the version outputed by the commmand above
# Use it to bump rest of packages in the workspace:
yarn version:others <version>

yarn publish

Demo

Aleo Web Wallet Snap

Demo Instructions

In order to use snaps, we need to install MetaMask Flask extension:

  • Checkout MetaMask extension that support MetaMask Flask: We're currently using v10.14.0-flask
  • Build the extension locally: yarn setup && yarn dist --build-type flask
  • Load the unpacked extension (see "custom build" instructions) from here

Other related repositories