Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.26 KB

README.md

File metadata and controls

56 lines (37 loc) · 2.26 KB

OP_WALLET

How to build

  • Install Node.js version >= 18.x
  • Install Yarn
  • Install dependencies: yarn
  • Build the project to the ./dist/ folder with npm run build:chrome:mv3 and then npm run build:chrome:mv3:dev

Installing the OP_WALLET Chrome Extension

1. Download the OP_WALLET Prebuilt Files

2. Unzip the Prebuilt Extension

  • Locate the downloaded ZIP file on your computer.
  • Right-click the ZIP file and select "Extract All..." or use your preferred unzipping tool to unzip the file.
  • Extract the contents to a folder of your choice. Remember the location of this folder as you will need it in the next steps.

3. Open the Chrome Extensions Page

  • Open Google Chrome.
  • In the address bar, type chrome://extensions/ and press Enter.

4. Enable Developer Mode

  • On the Chrome Extensions page, find the toggle switch for "Developer mode" in the top right corner.
  • Click the toggle switch to enable Developer mode. You should see additional options appear, such as "Load unpacked", " Pack extension", and "Update".

5. Load the Unpacked Extension

  • Click the "Load unpacked" button that appears after enabling Developer mode.
  • A file dialog will open. Navigate to the folder where you unzipped the OP_WALLET files.
  • Select the folder and click "Select Folder" (or "Open" on some systems).

6. Verify the Installation

  • The OP_WALLET extension should now appear in your list of extensions on the Chrome Extensions page.
  • You should see the OP_WALLET icon in your Chrome toolbar, indicating that the extension has been successfully installed.

Conclusion

You have successfully installed the OP_WALLET Chrome extension. You can now use it to manage your OP_NET tokens and interact with the Bitcoin blockchain.

Updating/Upgrading the OP_WALLET Chrome Extension

  1. Ensure you have your seed phrase handy.
  2. Remove (or disable) the previously installed version of the extension.
  3. Download and install latest version following Installing the OP_WALLET Chrome Extension above.