https://github.com/vulpemventures/marina
Liquid Wallet browser extension
https://github.com/vulpemventures/marina
Last synced: 12 months ago
JSON representation
Liquid Wallet browser extension
- Host: GitHub
- URL: https://github.com/vulpemventures/marina
- Owner: vulpemventures
- License: mit
- Created: 2020-12-10T12:03:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T17:11:34.000Z (over 1 year ago)
- Last Synced: 2025-06-30T15:57:02.224Z (12 months ago)
- Language: TypeScript
- Size: 4.33 MB
- Stars: 55
- Watchers: 9
- Forks: 34
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-liquid-network - Marina - Browser extension wallet (Wallets / Testing Resources)
README
# 🧜‍♀️ Marina Wallet
Liquid Network browser extension

## ⬇️ Install
Available from [Github Releases](https://github.com/vulpemventures/marina/releases)
## Usage
Visit docs.vulpem.com: https://docs.vulpem.com/marina/introduction
## Development
Install dependencies.
```
yarn install
```
Run webpack bundler in watch mode.
```
yarn start
```
For manifest v3.
```
yarn start:v3
```
You can install the unpacked extension in `dist/v3` inside your browser. Chrome-based browsers support HMR.
## Build
```
yarn build
yarn web-ext:build
```
For manifest v3
```
yarn build:v3
yarn web-ext:build:v3
```
The packaged extension will appear in `web-ext-artifacts` directory.
## Tests
Install and run [nigiri](https://github.com/vulpemventures/nigiri).
```
nigiri start --liquid
```
Run websocat.
```
websocat -b ws-l:127.0.0.1:1234 tcp:127.0.0.1:50001
```
Run tests.
```
yarn test
```
Run tests with playwright.
```
npx playwright install
yarn test:playwright
```
## Responsible disclosure
At Vulpem, we consider the security of our Marina Wallet a top priority. But even putting top priority status and maximum effort, there is still possibility that vulnerabilities can exist.
In case you discover a vulnerability, we would like to know about it immediately so we can take steps to address it as quickly as possible.
If you discover a vulnerability, please e-mail your findings to marinawallet@vulpem.com