The Penumbra monorepo for all things web.
This is a monolithic repository of Penumbra web code, a monorepo. Multiple apps, internal packages, and published packages are developed in this repository, to simplify work and make broad cross-package changes more feasible.
To participate in the test network, use a browser extension like Prax from the Chrome Web Store.
You can talk to us on Discord.
@penumbra-zone/client
nextjs example@penumbra-zone/wasm
nextjs exampleAll have a @penumbra-zone/
namespace prefix on npm.
π bech32m π client π constants π crypto π getters π keys π perspective π protobuf π services π services-context π storage π transport-chrome π transport-dom π types π wasm π
General documentation is available in docs/README.md. Package-specific documentation is available in each respective package.
cargo install cargo-watch
Once you have all these tools, you can
git clone https://github.com/penumbra-zone/web
cd web
pnpm i
pnpm dev
You now have a local copy of Minifront available at
https://localhost:5173
.
Minifront will hot-reload.
If you believe you've found a security-related issue with Penumbra, please disclose responsibly by contacting the Penumbra Labs team at security@penumbralabs.xyz.