Skip to content

3dETH is a decentralized 3d printing marketplace.

Notifications You must be signed in to change notification settings

hacker-r3volv3r/3dETH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

3dETH

3deth-escrow-Management.png

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

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

About

3dETH is a decentralized 3d printing marketplace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • G-code 46.5%
  • Vue 36.3%
  • JavaScript 13.7%
  • Solidity 2.4%
  • HTML 1.1%