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.
- Go to the client directory
cd client
- Run npm install
npm install
- Run dev command
npm run dev
- Pull the base image from docker hub
docker pull yanagupta/trade-off:0.0.7
- Run the image
docker run -d -p <port>:3000 yanagupta/trade-off:0.0.7