https://github.com/soldapper/connect-3
Native Javascript Web3 Wallet Plugin.
https://github.com/soldapper/connect-3
blockchain native solana wallets
Last synced: about 2 months ago
JSON representation
Native Javascript Web3 Wallet Plugin.
- Host: GitHub
- URL: https://github.com/soldapper/connect-3
- Owner: SolDapper
- License: mit
- Created: 2023-11-07T16:30:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T00:55:48.000Z (3 months ago)
- Last Synced: 2025-02-08T01:27:50.291Z (3 months ago)
- Topics: blockchain, native, solana, wallets
- Language: CSS
- Homepage:
- Size: 85.9 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connect 3
Native Javascript Web3 Wallet Plugin.
This plugin provides a basic Solana Web3 wallet connection using native javascript only.
FreeSolGamesDev created a nice jquery derivation of Connect-3 with more features that you can find on jsfiddle [here](https://jsfiddle.net/FreeSolGamesDev/7a4yvx23/281/).
## Supported Wallets
* Phantom, Solflare, Backpack## Basic Installation
1. Make sure your metatag title and icon images are included in the head of your page.
```html
Connect 3```
2. Add the Connect 3 stylesheet in the head of your page.
```html```
3. Add Connect and Disconnect buttons anywhere in the body of the page.
* Element class for Connect buttons = connect_3_button
* Element class for Disconnect buttons = disconnect_3_button
```html
Connect
Disconnect
```4. Add the Connect 3 container and script immediately before the closing body tag.
```html```
Please see the source code of the example.html file.
[connect_3/example.html](https://github.com/McDegens-DAO/Connect-3/blob/main/connect_3/example.html)