Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhav-systango/plugin-walletconnect
https://github.com/vaibhav-systango/plugin-walletconnect
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vaibhav-systango/plugin-walletconnect
- Owner: vaibhav-systango
- Created: 2024-07-10T11:27:33.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-19T08:08:05.000Z (6 months ago)
- Last Synced: 2024-12-15T12:48:50.114Z (27 days ago)
- Language: JavaScript
- Size: 2.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create an index.html file to test the bundle:
Web3Modal TestConnect Wallet
Run Webpack to bundle your JavaScript:
npx webpack
Serve the HTML File Locally
Install http-server globally if you haven't already:
npm install -g http-server
Run the local server in your project directory:
http-server
Open your browser and navigate to the provided local server URL (e.g., http://localhost:8080).
TO Run this in PHP
Create the Plugin Directory:
Create a new folder for your plugin in the wp-content/plugins directory of your WordPress installation, e.g., web3modal-plugin.Create the PHP Plugin File
Create the web3modal-plugin.php file with the following content:Connect Wallet';
}
add_action('wp_footer', 'web3modal_add_button');