A Web3 Blockchain Crowdfunding Platform using a smart contract.
- React
- Vite
- TypeScript
- TailwindCSS
- Framer Motion
- Docker
- Solidity
- third-web
- Blockchain wallets (Metamask, coinbase, walletConnect, Smart Account, Safe, In-App, Local Wallet, Rainbow, Zerion, Blocto, Frame, Phantom, Coin98, Core Wallet, Crypto Defi, OKX Wallet, OneKey Wallet, Rabby Wallet, XDEFI Wallet)
- Create
.envin theclientfolder and thethirdweb-contractsfolder using the example cd client- Run
yarnornpm ito install dependencies - Run
yarn devornpm run devto start the dev server
- Open Docker Desktop
- Create
.envin theclientfolder and thethirdweb-contractsfolder using the example cd client- Run
docker build -t CryptoRaiser . - Run
docker run -p 3000:3000 CryptoRaiser
npm run buildofyarn buildwill create adistfolder with all the files needed for deployment.- Different README file in the thirdweb-contracts folder.