Install the extension
Rivet is a Chromium extension (Chrome, Edge, Brave, Opera, and similar). When listed, use the Chrome Web Store button below; during development, load the unpacked build from this repository.
Chrome Web Store
After publication, point the button to your live listing. Until then, update the URL in download.html or follow the
developer steps below.
Load unpacked (development)
- In the repo, go to
apps/extension, runnpm installthennpm run build. - Open
chrome://extensions, enable Developer mode (top right). - Click Load unpacked and select the
apps/extension/distfolder. - Open the Rivet popup from the toolbar to create or import a wallet.
On Edge use edge://extensions; Brave and Opera use the same Chromium flow. After code changes, run
npm run build again and hit Reload on the extension card.