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

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.

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)