0.0.22 • Published 3 years ago

angular-sol-wallets v0.0.22

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Angular Sol Wallets

Library for Web Wallets on Solana Blockchain

DESCRIPTION

alt text

overview of all features:

1- Install the library

You may have to add the global variable in prolyfills.ts file

And add the following allowedCommonJsDependencies in the angular.json build options file to disable warnings

2- import the module

3- use SolWalletsService in a component

Example in the appComponent: the functions in the component are called buy a click event in the html template

4- options / parameters

Autoconnect: Set autoconnect as true on WalletsService make the last wallet used by the client automatically re-connected (this avoid the user to have to choose again a wallet when making actions with service) Example of usage in the App constructor :

SetEnabledWallets: Choose the wallets you want to use. By default all the wallets are enabled.

5- customize

You can customize the style of the popup, like so: alt text

6- production

sol-wallet use devnet Cluster by default In production you can use the mainnet-beta like this exemple in the appComponent:

0.0.20

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago