Available free in the Chrome Web Store
Orbit is a Chrome extension for organising Solana wallets. It allows adding arbitrary tags and freeform notes to each account, in addition to a label.
Accounts can be filtered by tags, and searched by label/notes. These can be used independently or combined.
Orbit implements Wallet Standard for Solana, meaning that it can be used to connect any of your accounts to any Solana app. It does not have any ability to sign for an account, so such connections are read-only.
You can copy a list of addresses, which can be useful to bulk import into apps. Tags and search can be used to filter the addresses included.
You can also export the Orbit accounts including label, notes and tags in JSON format.
You can bulk import a list of addresses into Orbit. Addresses already stored will be skipped. Imported addresses will be given an autogenerated label and empty notes/tags.
This is used to import accounts that were exported using Orbit.
Orbit is open source and built using Vite and wxt.
All data is stored locally in extension storage.
The UI is built using react-router.
Install dependencies by running pnpm install.
The extension can be created by running pnpm dev. This will build the extension in development mode, and open a browser with it installed. This will also watch the local repo for changes to the code and automatically update the installed extension.
As mentioned above, Orbit implements Wallet Standard, which means that it can be used to connect to any app without any code changes. In practice the implementation for this is going to be through Wallet Adapter, a library apps use to interact with Solana wallets. Currently wallet-adapter only displays wallet-standard wallets if they implement either SolanaSignAndSendTransactionFeature or SolanaSignTransactionFeature (source). Therefore, for now Orbit implements the SolanaSignTransactionFeature feature but throws an error if it is called.
Run pnpm build to create a production build.
After this, just zip the .output/chrome-mv3 directory and submit to the Chrome store!
Also see publishing docs on wxt for automation.






