An open API service indexing awesome lists of open source software.

https://github.com/maticnetwork/wallet-web-integration-app


https://github.com/maticnetwork/wallet-web-integration-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# wallet-web-integration-app

This is a demo application which demonstrate how to create an app as **web component**, so that it can be integrated in any application irrespective of framework or tech being used.

The context of this app is more to polygon wallet integration.

# How to use

1. Install - `npm ci`
2. Run dev server - `npm run start`
3. Open url - http://localhost:3000/integration.html

The `integration.html` load all bundles and once bundle is loaded, it create an element and insert into body.

For more information - please have a look at codes.