Smart Contracts for Mind Network Stealth Address Protocol
This repository contains the smart contracts for Mind Network Stealth Address Protocol. The stealth address protocol is a privacy-preserving technique in blockchain transactions that generates unique, one-time addresses for each transaction, making it challenging for external parties to track or analyze financial activity on the blockchain. In traditional blockchain transactions, wallet addresses are publicly visible, compromising user privacy. Stealth addresses aim to protect user identities and financial details by creating a "hidden mailbox" for on-chain assets.
mind-sap-contracts
├── LICENSE
├── README.md
├── contracts
│ ├── BlackList.sol
│ ├── SAClientERC20.sol
│ ├── SAPBridge.sol
│ ├── SAPBridgeReceiver.sol
│ ├── SAPRegistry.sol
│ └── utils
│ ├── IBlackList.sol
│ ├── ISAPHandler.sol
│ └── Withdraw.sol
├── hardhat.config.ts
├── package.json
└── tsconfig.json
- v1.0
- Initial Release
This project is licensed under the MIT License.
If you have any questions or feedback about the smart contracts, feel free to reach out via our Official Channels.