Cofund UI
- Hardhat: https://hardhat.org/
install libraries:
npm install --save-dev hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers ethers
to deploy:
- go to smart contract folder
- run
npx hardhat run scripts/deploy.js --network ropsten
- Go to Alchemy and create an app: https://dashboard.alchemyapi.io/
- copy the url to the
hardhat.config.js
file. - app and Key: https://dashboard.alchemyapi.io/apps/m2og2yqo4sj6jhqm
go to client folder and run npm run dev
- Vite
- css, and classNames: https://tailwindcss.com/docs/width#percentage-widths
- tailwindcss: https://v1.tailwindcss.com/
npm install @tailwindcss/forms --save