Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.2 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.2 KB

Safe Base - Extension Wallet

🏆 🥉 ETH GLOBAL Super Hack 🚀, 3rd Place under Account abstraction 🔥. https://ethglobal.com/showcase/safe-base-oe55a

📚 Tech Stack

tech_stack


🚀 Quick Start

Ensure you have:

  • Node.js 16 or later installed
  • Yarn v1 or v2 installed

Then run the following:

1) Clone the repository

git clone https://github.com/nakul91/safe-extension.git && cd safe-extension

2) Install dependencies

yarn install

3) Build

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

🧱 Development

yarn start
  • yarn start - run vite
  • yarn build - builds the production-ready unpacked extension
  • yarn test -u - runs Jest + updates test snapshots
  • yarn lint - runs EsLint
  • yarn prettify - runs Prettier

Runs the extension in the development mode for Chrome target.
It's recommended to use Chrome for developing.