🏆 🥉 ETH GLOBAL Super Hack 🚀, 3rd Place under Account abstraction 🔥. https://ethglobal.com/showcase/safe-base-oe55a
Ensure you have:
Then run the following:
git clone https://github.com/nakul91/safe-extension.git && cd safe-extension
yarn install
Builds the extension for production to the dist
folder.
It correctly bundles in production mode and optimizes the build for the best performance.
# for Chrome by default
yarn build
yarn start
yarn start
- runvite
yarn build
- builds the production-ready unpacked extensionyarn test -u
- runs Jest + updates test snapshotsyarn lint
- runs EsLintyarn prettify
- runs Prettier
Runs the extension in the development mode for Chrome target.
It's recommended to use Chrome for developing.