Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.29 KB

Gasdrop Gasdrop

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

Additional environment variable

AIRSTACK_API_KEY is required to support airstack api.

Relayer

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

Running the app locally

Install the dependencies:

yarn

Run the development server:

yarn start

Open http://localhost:3000 with your browser to see the app.

Lint

ESLint:

yarn lint --fix

Prettier:

yarn prettier

Tests

Unit tests:

yarn test --watch