0.0.22 • Published 2 years ago

angular-sol-wallets v0.0.22

Weekly downloads
-
License
-
Repository
github
Last release
2 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

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago