This is a web dapp for adding people to your whitelist and it is time specific( i.e it only work for a particular period of time)
- Add wallet address to list of people in your whitelist
- View Table of address and their handles in the whitelist from the contract
- View remaining time available to join whitelist
- See total amount of whitelist spot remaining
- View Balance of Address to confirm usage of the right account
You can learn to build web3 project from learn to earn website(i.e you earn while you learn about new technology) like Dacade by signing up and taking advantage of their courses
Please make sure to switch to the alfajores testnet before opening the page. You can scroll down to usage to see how to use this Web Dapp
npm install
or
yarn install
npm run dev
npm run build
- Install the CeloExtensionWallet from the google chrome store.
- Create a wallet.
- Go to https://celo.org/developers/faucet and get tokens for the alfajores testnet.
- Switch to the alfajores testnet in the CeloExtensionWallet.
Alfajores is a test network under celo for developers to use when developing projects such as this one. You can visit the Celo Docs to learn more