This repo contains the code for a project submission for BuildHACKS Hackathon on buidlbox.io which ended Nov. 5th 2023
DeezStealth is a dapp that allows users to create batch send transactions leveraging EIP5664 Stealth Addresses on Linea Blockchain.
- login with @metamask/sdk featuring the ability for users to login with both metamask mobile wallet and metamask browser extension
- upload .csv file to create bulk stealth addresses for using in batch sending
- deezstealth.sol contract deployed and verified on Linea Goerli Testnet Blockchain
git clone this repo:
git clone
install dependencies:
npm i
run app:
npm run dev
The smart contract solidity code and tests associated for this dApp are found in this hardhat repo
The DeezStealth.sol contract is deployed and verified on to Linea Goerli here
- @metamask/sdk
- DeCommas API
- @DeCommas/sdk
- Vitejs
- Linea BLockchain
- React
- react-drag-and-drop
- SASS
- @typeform/embed-react
A special thanks to devorsmth.eth and his build stAdds which served as the inspiration for our dapp and to learn more about EIP-5664 Stealth Addresses