This project is built during the Ethglobal Lisbon hackathon. Gasdrop allows users to interact with dApps without paying gas fees. Instead, they are shown Ads provided by sponsors during the transaction. for more information please refer here
This repository is a fork of safe wallet interface. For more information please follow check here.
The project was built and tested using aave and uniswap DApp as you can see in the demo video
AIRSTACK_API_KEY
is required to support airstack api.
Relayer is required to be started before running the web interface since the relayer will actually send a signed transaction to the blockchain network. For running the relayer please refer its instructions here
Install the dependencies:
yarn
Run the development server:
yarn start
Open http://localhost:3000 with your browser to see the app.
ESLint:
yarn lint --fix
Prettier:
yarn prettier
Unit tests:
yarn test --watch