A Chrome Extension to replace MetaMask with Squarelink as the default Web3/ethereum provider and #killthefox
window.ethereum
injected with Squarelink provider- Network selector
- Automatically interfaces with Squarelink
# clone it
$ git clone https://github.com/Squarelink-Inc/Squarelink-Extension.git
# Install dependencies
$ npm install
Build the extension into dist
folder for production.
Build the extension into dist
folder for development.
Watch for modifications then run npm run build
.
Watch for modifications then run npm run build:dev
.
It also enable Hot Module Reloading, thanks to webpack-chrome-extension-reloader plugin.
Build a zip file for production. Zip file is located in dist-zip
folder.
To get started developing with Squarelink, check out our docs and head to the Squarelink Developer Console to register your first DApp.