3dETH
3dETH is a decentralized marketplace where people can buy, sell and bid on
3d printing and CAD services. This proof-of-concept version uses an escrow smart contract to provide trustless ETH transactions between two or more parties.
Current Network: Ropsten Testnet
Contract Address: 0x09642bbf6BC5eAfa739125723398f8eDb5C60e8C
Dapp Store: https://www.stateofthedapps.com/dapps/3deth
Project setup
Frontend
Install
cd frontend
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Backend
Install
cd server
npm install
Compile with Nodemon
npm run dev