Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 651 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 651 Bytes

Trade Off

Developing a decentralized application (DApp) for sending Ethereum involves trade-offs between security and convenience, scalability and decentralization, user control and account recovery, as well as gas fees and transaction speed.

Run on your local sever

  1. Go to the client directory
cd client
  1. Run npm install
npm install 
  1. Run dev command
npm run dev

You can also run the application by pulling the image from docker

  1. Pull the base image from docker hub
docker pull yanagupta/trade-off:0.0.7
  1. Run the image
docker run -d -p <port>:3000 yanagupta/trade-off:0.0.7