Empowering Tezos Ecosystem, one dev-tool at a time
There are a lot of web extension based dapps available built on top of Ethereum, but there were none for Tezos. One of the reasons being that there were a lot of starter kits/boilerplates that let people compile solidity contracts right into cross browser web extensions which makes it difficult for new hackers/BUIDLers who may wanna dive into the Tezos ecosystem. So I wanted to bridge the gap for new BUIDLers who are passionate about the Tezos ecosystem like me so I created this cross browser extension that works on a variety of browsers.
- Cross Browser Support (Web-Extensions API)
- Browser Specific manifest.json generation
- Hot reload
- SASS styling
- TypeScript support
- ES6 modules support
49 & later ✔ | 52 & later ✔ | 36 & later ✔ | 79 & later ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
yarn install
-
To Start hot reload development
- Chrome
yarn run dev:chrome
- Firefox
yarn run dev:firefox
- Opera
yarn run dev:opera
- Chrome
-
Load extension in browser
-
- Go to the browser address bar and type
chrome://extensions
- Check the
Developer Mode
button to enable it. - Click on the
Load Unpacked Extension…
button. - Select your extension’s extracted directory.
- Go to the browser address bar and type
-
- Load the Add-on via
about:debugging
as temporary Add-on. - Choose the
manifest.json
file in the extracted directory
- Load the Add-on via
-
- Load the extension via
opera:extensions
- Check the
Developer Mode
and load as unpacked from extension’s extracted directory.
- Load the extension via
yarn run build