penumbra
banner
penumbra.zone
penumbra
@penumbra.zone
A fully private, cross-chain proof-of-stake network and decentralized exchange for the Cosmos and beyond. PENUMBRA IS HERE: https://penumbra.zone/
Join our Discord server here: discord.gg/penumbrazone
Join the penumbra Discord Server!
Check out the penumbra community on Discord - hang out with 70308 other members and enjoy free voice and text chat.
discord.gg
October 29, 2024 at 12:12 AM
the glorious future is here, now
October 24, 2024 at 10:44 PM
the way it should always have been built
October 24, 2024 at 10:44 PM
built-in privacy by default
October 24, 2024 at 10:43 PM
shield, swap, LP, stake, marketmake
Penumbra - Home
penumbra.zone
October 23, 2024 at 3:38 PM
Penumbra Labs will also be at the Shielding Summit to give a product demo as well as connect with fellow builders looking to learn more about utilising Penumbra
October 22, 2024 at 3:44 PM
Catch Penumbra's founder, Henry, at both Parallel Society Congress (psc.logos.co) and Shielding Summit (shieldingsummit.org)
Parallel Society Congress | Shaping the Future of Human Governance
In a swiftly evolving world, our conventional understanding of the nation state is increasingly challenged. Join global thought leaders, passionate founders and builders to design humanity’s future th...
psc.logos.co
October 22, 2024 at 3:42 PM
To test it out, install the extension, use the Discord faucet to request testnet tokens, and let us know what's broken in the web-ext-feedback channel!
November 3, 2023 at 2:08 AM
And, because the extension performs local indexing, most RPC requests are processed locally, so the demands on fullnodes are lightweight.

To support decentralization, our goal is that any `pd` node should be able to serve a frontend, out-of-the-box, with no configuration.
November 3, 2023 at 2:08 AM
This design means that spending or viewing keys never leave the extension, so users can grant viewing permissions to web interfaces and revoke them later, and see exactly what they're authorizing before they approve.
November 3, 2023 at 2:08 AM
These services are first-class interfaces used throughout the Penumbra ecosystem.

For the web, we provide them through a browser extension, using a custom transport object allowing frontend code to make GRPC requests to the extension the same way it would call a remote server.
November 3, 2023 at 2:07 AM
The Custody service handles auth requests, allowing the user to review and authorize a TransactionPlan describing a proposed transaction, and returning a bundle of auth data needed to build the transaction.
November 3, 2023 at 2:07 AM
The View service is a personal indexer, providing read access to all private data visible to a given wallet. It scans for relevant transactions, downloads them, and decrypts and indexes them locally.
November 3, 2023 at 2:07 AM
Our approach to solving this problem is to provide a "local RPC" in a browser extension that restores the programming model for frontends for transparent chains.

We define two GRPC services, for "read" and "write":
November 3, 2023 at 2:06 AM