[Feature] Private funding app - #62
Open
iamalwaysuncomfortable wants to merge 51 commits into
Open
Conversation
Add @veil/bridge (and the other existing but unlisted packages — @veil/devnode, @veil/leo, @veil/codegen) to the package tables in README.md and site/docs/introduction.md, and expand the project structure tree to include all packages/*/ directories.
Bumps the entire @provablehq/aleo-wallet-adaptor-* and aleo-wallet-standard stack from alpha.3 to alpha.4. alpha.3 was silently no-op'ing connect() — the promise resolved without actually binding the dapp to the wallet (Shield extension showed 0 connected dapps even after successful connect calls). Removes an unused, broken type expression in @veil/react's provider.tsx that depended on the old ShieldWalletAdapter constructor signature. Also tracks .superpowers/ (visual brainstorm cache) as ignored.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
In order to showcase shield's privacy properties, this introduces multi-chain app that enables shielding and un-shielding assets so that they can be used in highly popular web3 properties.
Implementation
This PR integrates the shield wallet, and EVM/SOL capable wallets by combining all 3 adapters into a single package allowing cross-chain functionality to be built immediately.