My senior project for college, and my submission to the 2021 ETHOnline hackathon!
3dETH is a decentralized marketplace where people can buy and sell 3d printing and CAD services. I think the best use case for this project is helping people who don't have access to 3d printers, but have CAD projects where they want to prototype some of their designs. Ethereum was used as the financial vehicle in this project for its proven track record as a secure, universal currency. Further, by using a smart contract for the business logic, its possible to automate escrow management and creates a trustless environment.
Current Network: Ropsten Testnet
Contract Address: 0x09642bbf6BC5eAfa739125723398f8eDb5C60e8C
Dapp Store: https://www.stateofthedapps.com/dapps/3deth
cd frontend
npm install
npm run serve
npm run build
npm run lint
cd server
npm install
npm run dev