Skip to content

bide-dev/aleo-wallet-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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