============================================
#10 🎁 Developer Tools, updates and Guides
============================================
1. Bifrost - Threshold Signing & Secure Messaging for Nostr - New Developer tool
Bifrost is a core library and SDK for implementing the FROSTR protocol, a threshold signing and secure messaging system for nostr. It provides a BifrostNode that communicates over nostr, enabling nodes to collaborate in signing messages and exchanging ECDH secrets. Bifrost supports standalone deployment or integration into existing nostr clients, offering methods for creating, distributing, and managing FROST based threshold signing shares. This enhances security and decentralization by ensuring no single party controls the signing process.
Developed by:
@cmd
Source:
https://github.com/FROSTR-ORG/bifrosthttps://github.com/DocNR/POWR
2. Nostringer – Unlinkable Ring Signatures for Nostr - New Developer tool
Nostringer is an easy-to-use Javascript/Typescript library providing unlinkable ring signatures (SAG) for Nostr pubkeys. It allows a signer to prove membership in a group of Nostr accounts without revealing which specific account produced the signature.
Developed by:
@A₿del fgu
Source:

GitHub
GitHub - AbdelStark/nostringer: JavaScript library providing unlinkable ring signatures (SAG) for Nostr pubkeys.
JavaScript library providing unlinkable ring signatures (SAG) for Nostr pubkeys. - AbdelStark/nostringer
View quoted note →
3. Alienos – A Self-Hosted Nostr Stack - New Developer Tool
Alienos is a plugin-able and manageable Nostr stack designed for self-hosting, integrating a relay, Blossom media server and NIP-05 server. Built on Khatru, Event Store, Blob Store and Go Nostr, it supports NIP-86 for access control and offers a reliable solution for hosting and backups.
Developed by:
@Keyhan Alizadeh
Source:

GitHub
GitHub - dezh-tech/alienos: A plugin-able and manageable Nostr stack (relay/blossom/nip-05) designed for self-hosting.
A plugin-able and manageable Nostr stack (relay/blossom/nip-05) designed for self-hosting. - dezh-tech/alienos
4. Frost2x - v0.1.1-alpha
Frost2x is a nostr signer extension powered by FROST, enabling secure and efficient multi-party signing. This Pre-release brings key improvements, including default relays for better connectivity and a package script to easily create zip and crx files for installation. A changelog has also been added for better tracking of updates. Additionally, issues with prompt window sizing and scrolling have been fixed, improving the user experience.
Developed by:
@cmd
Source:

GitHub
Release v0.1.1-alpha · FROSTR-ORG/frost2x
Added
Added default relays to the extension.
Added package script to create a zip and crx file of the extension.
Added changelog.
Fixed
Fixed is...
#dev-tools_nostr_recap