Built with sacfold-Eth
🧪 Token Splitter allows for sharing of ERC20 tokens amongst multiple wallets. It offers two options of sharing tokens equally or unequally
visit token.splitter.surge.sh to try it out.
1️⃣ clone/fork 🏗 token-splitter:
git clone https://github.com/Avelous/Token-Splitter.git2️⃣ install Packages
cd token-splitter
yarn install3️⃣ in a second terminal window, start your 📱 frontend:
🚨 if your contracts are not deployed to localhost, you will need to update the default network in App.jsx to match your default network in hardhat-config.js.
cd token-splitter
yarn start4️⃣ in a third terminal window, 🛰 deploy your contract:
🚨 if you are not deploying to localhost, you will need to run yarn generate (using node v16.x) first and then fund the deployer account. To view account balances, run yarn account. You will aslo need to update hardhat-config.js with the correct default network.
cd scaffold-eth
yarn deploy📱 Open http://localhost:3000 to see the app
- Store and render transaction history for each user wallet in localStorage
- Improve Website UX
- Possibly Implement superfluid streaming
- more...
Documentation, tutorials, challenges, and many more resources, visit: docs.scaffoldeth.io
