Yet another ERC-5564 (Stealth Addresses) wallet, but with storage on Vara Network.
- 📢 announcer is a program responsible for storing announcements (special data such as the sender's ephemeral public keys, etc., which the recipient uses to calculate their private key) on Vara Network.
- 🗃️ registry is a program responsible for storing
mapping (address realAddress => bytes66 stealthMetaAddress)on Vara network. - 🍻 beer-market is a simple Solidity contract that demonstrates how to hide user behavior on the blockchain (for example, we want to hide the fact that someone buys beer on Friday).
git clone --recurse-submodules https://github.com/gear-foundation/0xTrace.git
cd 0xTraceyarn installyarn run lint
yarn run lint:fixcp .env.test .env
yarn run buildcp .env.test .env
yarn run dev