A crowd funding dapp using the Ethereum blockchain, deployed on Goerli test network and built by NextJS.
- CreativeFund
- Table of contents
- Demo
- How to run the project
- Setup ENV
- Highlight Dependencies
- Highlight Technology
- clone this repository on your computer
- Install metamask extension on browser and setup your wallet
- Get some token from Goerli faucet for cover the cost of transactions.
- run command
npm install
to install all dependencies - setup environment variables in
.env.local
file - run command
npm run dev
to run the project - go to
http://localhost:3000/
PRIVATE_KEY : How to get your private key from metamask
ALCHEMY_URL : How to get your Alchemy API key (make sure to choose Goerli testnet in network end point)
CONTRACT_ADDRESS : you can get the contract address after deployed it on Goerli test network by run command
cd ethereum
node complie.js
node deploy.js
node
version 18.9.0solc
version 0.4.17web3
version 1.8.0react
version 18.2.0next
version 12.3.1mocha
version 10.0.0ganache cli
version 6.12.2
- Solidity
- Web3.js
- Alchemy API
- React.js
- Next.js
- Semantic UI
- Node.js
- Ganache CLI
- Mocha