Skip to content

5war00p/bridge-token-approvals

Repository files navigation

Live Token Approvals Status with Waku

This project checks for approval status of Hop bridge contract on user's wallet for all the listed tokens on Polygon Chain. To get live updates, we use Waku lightpush and filter protocol.

Refer blog for more details: https://dev.to/5war00p/building-resilient-dapps-svelte-and-waku-in-action-2mhf

Installing dependencies

If you're seeing this, you've probably already done this step. Congrats!

pnpm install

Developing

Once you've created a project and installed dependencies, start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Demo

Loom

Deployed URL