Install dependencies for all packages
yarn install
Build packages in development mode with hot code reloading
yarn dev
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
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
- piotr-roslaniec/aleo - Aleo SDK fork
- piotr-roslaniec/snarkVM - snarkVM fork - Used in
piotr-roslaniec/aleo