Skip to content

Yana-Gupta/trade-off

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

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