Git Product home page Git Product logo

arb-companion's Introduction

◉ This is a browser extension for Arbitrary Protocols on top of Bitcoin (Bitcoin NFTs/Ordinals, BRC-20, & Bitcoin Identities/Usernames). It was built using example extensions for Firefox and https://github.com/neon64/chrome-native-messaging as a basis.

Setup

To get this working, there's a little setup to do.

Mac OS/Linux Setup

  1. Build arb-native-messaging-host from source using cargo build --release.
  2. Edit the "path" property of "arb_companion.json" to point to the location of the "arb-native-messaging-host" binary on your computer.
  3. Place a copy of the arb binary in the same directory as the arb-native-messaging-host binary.
  4. Copy "arb_companion.json" to the correct location on your computer. See app manifest location to find the correct location for your OS.

Windows Setup

  1. Build arb-native-messaging-host from source using cargo build --release.
  2. Edit the "path" property of "arb_companion.json" to point to the location of the "arb-native-messaging-host" binary on your computer. Note that you'll need to escape the Windows directory separator, like this: "path": "C:\\Users\\arb-companion\\arb-native-messaging-host".
  3. Place a copy of the arb binary in the same directory as the arb-native-messaging-host binary.
  4. Add a registry key containing the path to "arb_companion.json" on your computer. See app manifest location to find details of the registry key to add.

Using the Extension

Then just install the browser extension as usual, by visiting about:debugging in Firefox, clicking "Load Temporary Add-on", and selecting the "manifest.json" file, or by visiting chrome://extensions/ in Chrome, toggling "Developer mode" to on, clicking "Load unpacked", and selecting the "manifest.json" file.

Note: Some things still need to be changed for this to run in Chrome, so only Firefox works for now.

arb-companion's People

Contributors

tyjvazum avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.