https://github.com/maticnetwork/wallet-web-integration-app
https://github.com/maticnetwork/wallet-web-integration-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maticnetwork/wallet-web-integration-app
- Owner: maticnetwork
- Created: 2022-02-28T14:41:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T06:12:05.000Z (about 4 years ago)
- Last Synced: 2025-04-19T10:28:11.792Z (about 1 year ago)
- Language: JavaScript
- Size: 2.14 MB
- Stars: 5
- Watchers: 16
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.