* chore(regtest): do not build tor locally in regtest env * feat(import): add rescanning param to session request * feat(api): add rescanblockchain request to JmWalletApi * feat: add import wallet button to wallets page * refactor: externalize component PreventLeavingPageByMistake * refactor: externalize component WalletCreationForm * wip: use WalletCreationForm in ImportWallet * refactor: externalize SeedWordInput and rename to MnemonicWordInput * feat(api): add wallet recover request to JmWalletApi * build(deps): bump caniuse-lite to v1.0.30001511 * wip(import): start wallet after successful import * refactor: externalize component WalletCreationConfirmation * wip(import): use WalletCreationConfirmation view in component WalletImport * dev(regtest): add funds to dummy wallet during initialization of local setup * wip(import): update gaplimit before rescanning chain * wip(import): prevent import if rescan is in progress * wip(import): ability to customize gaplimit and blockheight * wip(import): show duration hint when importing wallet * wip(import): hide sensitive info while importing wallet * wip(import): reset gaplimit to original value after importing * wip(import): add description for blockheight and gaplimit * wip(import): add cancel button to WalletCreationForm * refactor: externalize component MnemonicPhraseInput * wip(import): show rescanning indicator on main wallet view * wip(import): show rescanning indicator in navbar * wip(import): disable sending when rescanning is in progress * wip(import): disable navbar/earn/jam when rescanning is in progress * Update src/i18n/locales/en/translation.json Co-authored-by: openoms <43343391+openoms@users.noreply.github.com> * fix(import): disable viewing jars on main wallet if rescanning is active * wip(import): prevent creating new address when rescanning * fix(import): reload wallet info after rescanning finishes * refactor: move auto reloading code from WalletContext to WalletInfoAutoReload * refactor: remove unused method reloadDisplay * wip(import): reload recursively till balance is found * wip(import): expand import options by default * ui: add 'dev' badge to buttons only visible in dev env --------- Co-authored-by: openoms <43343391+openoms@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| .husky | ||
| .tx | ||
| docker/regtest | ||
| docs | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .npmrc | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| typings.d.ts | ||
⚠️ Jam is beta software. Use with caution. ⚠️
Installation · Features · Contribute · Development
Jam is a web interface for JoinMarket focusing on user-friendliness and ease-of-use. It aims to provide sensible defaults and be easy to use for beginners while still having the features advanced users expect.
- 💬 Join our Matrix room to get help and contribute!
- 📚 Check out the documentation and the wiki for resources such as meeting notes, call recordings, ideas, and discussions.
📸
📦 Installation
We're aiming to make Jam available for different node systems to make installation as painless as possible. If your node system of choice is missing, feel free to integrate it and let us know so we can add it here.
![]() |
![]() |
![]() |
![]() |
||
|---|---|---|---|---|---|
| RaspiBlitz: v1.7.2* | Umbrel: v0.4.15 | Citadel: v0.0.1 | MyNode: v0.3.05 | Start9: v0.3.3 | RaspiBolt: v3 |
Refer to the installation docs for more information on integrations as well as manual installation instructions.
🍊 Features
- Spending from the wallet
- Spending from the wallet via collaborative transactions
- Running the yield generator
- Scheduled transactions
- Viewing the orderbook
- Support for fidelity bonds
- PayJoin support
Refer to the milestones for a rough roadmap. Feature requests are tracked as issues.
🧑💻 Contribute
This is a free and open-source software project and we love receiving pull-requests, bug reports, ideas, and feedback from everyone.
There are many ways you can contribute: testing, sharing ideas, writing documentation, creating tutorials, and—of course—writing code. Refer to the general contribution guidelines to get started.
🛠️ Development
Want to get your hands dirty with code? Great! CONTRIBUTING.md and docs/developing.md are where it's at.
🏛️ History
This project builds upon the jm-web-client which was developed by Shobhitaa, Abhishek, and waxwing himself. Many people contributed over time, some of which are listed here.
Jam and JoinMarket are separate projects. For more information on JoinMarket, see the JoinMarket GitHub Page.



