umbra-protocol
umbra-protocol copied to clipboard
🌕🌑 Privacy Preserving Shielded Payments On The Ethereum Blockchain
This will make it obvious to individuals who are new to stealth addresses and want to experiment with them using Umbra.
https://github.com/ScopeLift/umbra-protocol/assets/61768337/0dd8ac9c-8d38-4342-aa70-c43df14d3b0c
An interesting error has surfaced now that we use env vars for the subgraph URLs.. related to "falling back" to querying logs for announcements. When UmbraJs queries for announcements, it...
Have to manually refresh the page to enable the `Send` button. https://github.com/ScopeLift/umbra-protocol/assets/61768337/60f44b99-1931-4892-9d16-1edb61d9b803
Heya Umbra team! 👋 Just wanted to let you know that I’ve gone ahead and translated the dApp to Spanish 🇪🇸. Hopefully, this will make it more accessible to Spanish-speaking...
updates the error verbiage when no stealth key changed event data is returned from the subgraph to "Address has not registered stealth keys..." since they probably (near certainly) didn't register...
` import { Umbra } from '@umbracash/umbra-js'; import { ethers } from 'ethers'; const privateTransferTest = async () => { try { // RPC provider const provider = new ethers.providers.JsonRpcProvider(...