Skip to content

gear-foundation/0xTrace

Repository files navigation

0xTrace

Logo

Build Status

Yet another ERC-5564 (Stealth Addresses) wallet, but with storage on Vara Network.

White paper

📖 0xTrace White Paper

Smart contracts

  • 📢 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).

🧬 Cloning

git clone --recurse-submodules https://github.com/gear-foundation/0xTrace.git
cd 0xTrace

📦 Installing

yarn install

🧹 Linting

yarn run lint
yarn run lint:fix

🏗️ Building

cp .env.test .env
yarn run build

🚀 Running

cp .env.test .env
yarn run dev

About

Yet another ERC-5564 (Stealth Addresses) wallet, but with storage on Vara Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors