@reown/appkit 0.0.4 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -2
- package/dist/esm/exports/index.js +5 -2
- package/dist/esm/exports/index.js.map +1 -1
- package/dist/esm/exports/networks.js +2 -0
- package/dist/esm/exports/networks.js.map +1 -0
- package/dist/esm/exports/react.js +13 -5
- package/dist/esm/exports/react.js.map +1 -1
- package/dist/esm/exports/vue.js +9 -4
- package/dist/esm/exports/vue.js.map +1 -1
- package/dist/esm/package.json +11 -11
- package/dist/esm/src/auth-provider/W3MFrameProviderSingleton.js +1 -0
- package/dist/esm/src/auth-provider/W3MFrameProviderSingleton.js.map +1 -1
- package/dist/esm/src/client.js +40 -17
- package/dist/esm/src/client.js.map +1 -1
- package/dist/esm/src/library/react/index.js +11 -11
- package/dist/esm/src/library/react/index.js.map +1 -1
- package/dist/esm/src/library/vue/index.js +16 -16
- package/dist/esm/src/library/vue/index.js.map +1 -1
- package/dist/esm/src/{chains → networks}/index.js +1 -1
- package/dist/esm/src/networks/index.js.map +1 -0
- package/dist/esm/src/universal-adapter/client.js +87 -59
- package/dist/esm/src/universal-adapter/client.js.map +1 -1
- package/dist/esm/src/utils/HelpersUtil.js +1 -26
- package/dist/esm/src/utils/HelpersUtil.js.map +1 -1
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/exports/index.d.ts +2 -2
- package/dist/types/exports/networks.d.ts +1 -0
- package/dist/types/exports/react.d.ts +3 -3
- package/dist/types/exports/vue.d.ts +2 -2
- package/dist/types/src/client.d.ts +4 -3
- package/dist/types/src/library/react/index.d.ts +6 -6
- package/dist/types/src/library/vue/index.d.ts +8 -8
- package/dist/types/src/utils/HelpersUtil.d.ts +0 -7
- package/dist/types/src/utils/TypesUtil.d.ts +64 -24
- package/package.json +19 -19
- package/readme.md +4 -4
- package/dist/esm/exports/chains.js +0 -2
- package/dist/esm/exports/chains.js.map +0 -1
- package/dist/esm/src/chains/index.js.map +0 -1
- package/dist/types/exports/chains.d.ts +0 -1
- /package/dist/types/src/{chains → networks}/index.d.ts +0 -0
|
@@ -5,7 +5,7 @@ export * from '../src/utils/index.js';
|
|
|
5
5
|
export type * from '@reown/appkit-core';
|
|
6
6
|
export type { CaipNetwork, CaipAddress, CaipNetworkId } from '@reown/appkit-common';
|
|
7
7
|
export { CoreHelperUtil, AccountController, NetworkController } from '@reown/appkit-core';
|
|
8
|
-
type
|
|
9
|
-
export declare function
|
|
8
|
+
type CreateAppKit = Omit<AppKitOptions, 'sdkType' | 'sdkVersion'>;
|
|
9
|
+
export declare function createAppKit(options: CreateAppKit): AppKit;
|
|
10
10
|
export { AppKit };
|
|
11
11
|
export type { AppKitOptions };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../src/networks/index.js';
|
|
@@ -7,9 +7,9 @@ export type * from '@reown/appkit-core';
|
|
|
7
7
|
export type { CaipNetwork, CaipAddress, CaipNetworkId } from '@reown/appkit-common';
|
|
8
8
|
export { CoreHelperUtil, AccountController, NetworkController } from '@reown/appkit-core';
|
|
9
9
|
export declare let modal: AppKit | undefined;
|
|
10
|
-
type
|
|
11
|
-
export declare function
|
|
10
|
+
type CreateAppKit = Omit<AppKitOptions, 'sdkType' | 'sdkVersion'>;
|
|
11
|
+
export declare function createAppKit(options: CreateAppKit): AppKit;
|
|
12
12
|
export { AppKit };
|
|
13
13
|
export type { AppKitOptions };
|
|
14
14
|
export * from '../src/library/react/index.js';
|
|
15
|
-
export {
|
|
15
|
+
export { useAppKitAccount, useAppKitNetwork } from '@reown/appkit-core/react';
|
|
@@ -6,8 +6,8 @@ export * from '../src/utils/index.js';
|
|
|
6
6
|
export type * from '@reown/appkit-core';
|
|
7
7
|
export type { CaipNetwork, CaipAddress, CaipNetworkId } from '@reown/appkit-common';
|
|
8
8
|
export { CoreHelperUtil, AccountController, NetworkController } from '@reown/appkit-core';
|
|
9
|
-
type
|
|
10
|
-
export declare function
|
|
9
|
+
type CreateAppKit = Omit<AppKitOptions, 'sdkType' | 'sdkVersion'>;
|
|
10
|
+
export declare function createAppKit(options: CreateAppKit): AppKit;
|
|
11
11
|
export { AppKit };
|
|
12
12
|
export type { AppKitOptions };
|
|
13
13
|
export * from '../src/library/vue/index.js';
|
|
@@ -60,7 +60,7 @@ export declare class AppKit {
|
|
|
60
60
|
setAllAccounts: (typeof AccountController)['setAllAccounts'];
|
|
61
61
|
addAddressLabel: (typeof AccountController)['addAddressLabel'];
|
|
62
62
|
removeAddressLabel: (typeof AccountController)['removeAddressLabel'];
|
|
63
|
-
getCaipAddress: () => `eip155:${string}:${string}` | `eip155:${number}:${string}` | `solana:${string}:${string}` | `solana:${number}:${string}` | `polkadot:${string}:${string}` | `polkadot:${number}:${string}` | undefined;
|
|
63
|
+
getCaipAddress: (chainNamespace?: ChainNamespace) => `eip155:${string}:${string}` | `eip155:${number}:${string}` | `solana:${string}:${string}` | `solana:${number}:${string}` | `polkadot:${string}:${string}` | `polkadot:${number}:${string}` | undefined;
|
|
64
64
|
getAddress: (chainNamespace?: ChainNamespace) => string | undefined;
|
|
65
65
|
getProvider: () => import("@walletconnect/universal-provider").default | import("@reown/appkit-core").Provider | import("@reown/appkit-core").CombinedProvider | undefined;
|
|
66
66
|
getPreferredAccountType: () => W3mFrameTypes.AccountType;
|
|
@@ -72,6 +72,7 @@ export declare class AppKit {
|
|
|
72
72
|
resetAccount: (typeof AccountController)['resetAccount'];
|
|
73
73
|
setCaipNetwork: (typeof NetworkController)['setCaipNetwork'];
|
|
74
74
|
getCaipNetwork: (chainNamespace?: ChainNamespace) => CaipNetwork | undefined;
|
|
75
|
+
getCaipNetworks: () => CaipNetwork[];
|
|
75
76
|
getActiveChainNamespace: () => ChainNamespace | undefined;
|
|
76
77
|
setRequestedCaipNetworks: (typeof NetworkController)['setRequestedCaipNetworks'];
|
|
77
78
|
getApprovedCaipNetworkIds: (typeof NetworkController)['getApprovedCaipNetworkIds'];
|
|
@@ -87,8 +88,8 @@ export declare class AppKit {
|
|
|
87
88
|
setConnectedWalletInfo: (typeof AccountController)['setConnectedWalletInfo'];
|
|
88
89
|
setSmartAccountEnabledNetworks: (typeof NetworkController)['setSmartAccountEnabledNetworks'];
|
|
89
90
|
setPreferredAccountType: (typeof AccountController)['setPreferredAccountType'];
|
|
90
|
-
|
|
91
|
-
|
|
91
|
+
getReownName: (typeof EnsController)['getNamesForAddress'];
|
|
92
|
+
resolveReownName: (name: string) => Promise<string | false>;
|
|
92
93
|
setEIP6963Enabled: (typeof OptionsController)['setEIP6963Enabled'];
|
|
93
94
|
setClientId: (typeof BlockchainApiController)['setClientId'];
|
|
94
95
|
getConnectorImage: (typeof AssetUtil)['getConnectorImage'];
|
|
@@ -18,26 +18,26 @@ declare global {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
21
|
+
export declare function getAppKit(appKit: AppKit): void;
|
|
22
|
+
export declare function useAppKitProvider<T>(chainNamespace: ChainNamespace): {
|
|
23
23
|
walletProvider: T;
|
|
24
24
|
walletProviderType: ("walletConnect" | "injected" | "coinbaseWallet" | "eip6963" | "w3mAuth" | "coinbaseWalletSDK") | undefined;
|
|
25
25
|
};
|
|
26
|
-
export declare function
|
|
26
|
+
export declare function useAppKitTheme(): {
|
|
27
27
|
themeMode: "dark" | "light";
|
|
28
28
|
themeVariables: import("@reown/appkit-core").ThemeVariables;
|
|
29
29
|
setThemeMode: (themeMode: ThemeModeOptions) => void;
|
|
30
30
|
setThemeVariables: (themeVariables: ThemeVariablesOptions) => void;
|
|
31
31
|
};
|
|
32
|
-
export declare function
|
|
32
|
+
export declare function useAppKit(): {
|
|
33
33
|
open: (options?: OpenOptions) => Promise<void>;
|
|
34
34
|
close: () => Promise<void>;
|
|
35
35
|
};
|
|
36
36
|
export declare function useWalletInfo(): {
|
|
37
37
|
walletInfo: import("@reown/appkit-core").ConnectedWalletInfo;
|
|
38
38
|
};
|
|
39
|
-
export declare function
|
|
40
|
-
export declare function
|
|
39
|
+
export declare function useAppKitState(): import("@reown/appkit-core").PublicStateControllerState;
|
|
40
|
+
export declare function useAppKitEvents(): {
|
|
41
41
|
timestamp: number;
|
|
42
42
|
data: import("@reown/appkit-core").Event;
|
|
43
43
|
};
|
|
@@ -17,17 +17,17 @@ declare module '@vue/runtime-core' {
|
|
|
17
17
|
W3mOnrampWidget: Pick<W3mOnrampWidget, 'disabled'>;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
export declare function
|
|
21
|
-
export declare function
|
|
20
|
+
export declare function getAppKit(appKit: AppKit): void;
|
|
21
|
+
export declare function useAppKitAccount(): {
|
|
22
22
|
address: string | undefined;
|
|
23
23
|
isConnected: boolean;
|
|
24
24
|
status: "reconnecting" | "connected" | "disconnected" | "connecting" | undefined;
|
|
25
25
|
};
|
|
26
|
-
export declare function
|
|
26
|
+
export declare function useAppKitProvider<T>(chainNamespace: ChainNamespace): {
|
|
27
27
|
walletProvider: T | undefined;
|
|
28
28
|
walletProviderType: ("walletConnect" | "injected" | "coinbaseWallet" | "eip6963" | "w3mAuth" | "coinbaseWalletSDK") | undefined;
|
|
29
29
|
};
|
|
30
|
-
export declare function
|
|
30
|
+
export declare function useAppKitTheme(): {
|
|
31
31
|
setThemeMode: (themeMode: ThemeModeOptions) => void;
|
|
32
32
|
setThemeVariables: (themeVariables: ThemeVariablesOptions) => void;
|
|
33
33
|
themeMode: import("vue").Ref<import("@reown/appkit-core").ThemeMode>;
|
|
@@ -41,7 +41,7 @@ export declare function useWeb3ModalTheme(): {
|
|
|
41
41
|
'--w3m-z-index'?: number | undefined;
|
|
42
42
|
}>;
|
|
43
43
|
};
|
|
44
|
-
export declare function
|
|
44
|
+
export declare function useAppKit(): {
|
|
45
45
|
open: (options?: OpenOptions) => Promise<void>;
|
|
46
46
|
close: () => Promise<void>;
|
|
47
47
|
};
|
|
@@ -52,13 +52,13 @@ export declare function useWalletInfo(): {
|
|
|
52
52
|
icon?: string | undefined;
|
|
53
53
|
} | undefined>;
|
|
54
54
|
};
|
|
55
|
-
export declare function
|
|
55
|
+
export declare function useAppKitState(): {
|
|
56
56
|
open: boolean;
|
|
57
57
|
selectedNetworkId: `eip155:${string}` | `eip155:${number}` | `solana:${string}` | `solana:${number}` | `polkadot:${string}` | `polkadot:${number}` | undefined;
|
|
58
58
|
};
|
|
59
|
-
export interface
|
|
59
|
+
export interface AppKitEvent {
|
|
60
60
|
timestamp: number;
|
|
61
61
|
data: Event;
|
|
62
62
|
}
|
|
63
|
-
export declare function
|
|
63
|
+
export declare function useAppKitEvents(): AppKitEvent;
|
|
64
64
|
export {};
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
import type { NamespaceConfig } from '@walletconnect/universal-provider';
|
|
2
2
|
import type { CaipNetwork, ChainNamespace } from '@reown/appkit-common';
|
|
3
3
|
export declare const WcHelpersUtil: {
|
|
4
|
-
hexStringToNumber(value: string): number;
|
|
5
|
-
numberToHexString(value: number): string;
|
|
6
4
|
getMethodsByChainNamespace(chainNamespace: ChainNamespace): string[];
|
|
7
5
|
createNamespaces(caipNetworks: CaipNetwork[]): NamespaceConfig;
|
|
8
|
-
extractDetails(fullIdentifier: string | undefined): {
|
|
9
|
-
chainType: string | undefined;
|
|
10
|
-
chainId: string | undefined;
|
|
11
|
-
address?: string | undefined;
|
|
12
|
-
};
|
|
13
6
|
};
|
|
@@ -1,34 +1,74 @@
|
|
|
1
1
|
import type { CaipNetwork, ThemeVariables } from '@reown/appkit-common';
|
|
2
|
-
import type { ChainAdapter,
|
|
3
|
-
import type {
|
|
2
|
+
import type { ChainAdapter, Metadata, NetworkControllerState, OptionsControllerState, ThemeMode } from '@reown/appkit-core';
|
|
3
|
+
import type { AppKitSIWEClient } from '@reown/appkit-siwe';
|
|
4
4
|
export type AppKitOptions = {
|
|
5
|
-
|
|
5
|
+
/**
|
|
6
|
+
* Adapter array to be used by the AppKit.
|
|
7
|
+
* @default []
|
|
8
|
+
*/
|
|
6
9
|
adapters?: ChainAdapter[];
|
|
7
|
-
|
|
10
|
+
/**
|
|
11
|
+
* Show or hide the wallets in the modal. This is available with the email and socials features
|
|
12
|
+
* @default true
|
|
13
|
+
*/
|
|
8
14
|
showWallets?: boolean;
|
|
9
|
-
|
|
15
|
+
/**
|
|
16
|
+
* Sign In With Ethereum configuration object.
|
|
17
|
+
* @default undefined
|
|
18
|
+
* @see https://docs.walletconnect.com/appkit/react/core/siwe#configure-your-siwe-client
|
|
19
|
+
*/
|
|
20
|
+
siweConfig?: AppKitSIWEClient;
|
|
21
|
+
/**
|
|
22
|
+
* Theme mode configuration flag. By default themeMode option will be set to user system settings.
|
|
23
|
+
* @default `system`
|
|
24
|
+
* @type `dark` | `light`
|
|
25
|
+
* @see https://docs.walletconnect.com/appkit/react/core/theming
|
|
26
|
+
*/
|
|
10
27
|
themeMode?: ThemeMode;
|
|
28
|
+
/**
|
|
29
|
+
* Theme variable configuration object.
|
|
30
|
+
* @default undefined
|
|
31
|
+
* @see https://docs.walletconnect.com/appkit/react/core/theming#themevariables
|
|
32
|
+
*/
|
|
11
33
|
themeVariables?: ThemeVariables;
|
|
34
|
+
/**
|
|
35
|
+
* Allow users to switch to an unsupported chain.
|
|
36
|
+
* @see https://docs.walletconnect.com/appkit/react/core/options#allowunsupportedchain
|
|
37
|
+
*/
|
|
12
38
|
allowUnsupportedChain?: NetworkControllerState['allowUnsupportedCaipNetwork'];
|
|
13
|
-
|
|
14
|
-
|
|
39
|
+
/**
|
|
40
|
+
* You can set the desired caipnetworks for the app:
|
|
41
|
+
* @see https://docs.walletconnect.com/appkit/react/core/options#defaultchain
|
|
42
|
+
*/
|
|
43
|
+
networks: CaipNetwork[];
|
|
44
|
+
/**
|
|
45
|
+
* You can set a desired caipnetwork for the initial connection:
|
|
46
|
+
* @see https://docs.walletconnect.com/appkit/react/core/options#defaultchain
|
|
47
|
+
*/
|
|
48
|
+
defaultNetwork?: NetworkControllerState['caipNetwork'];
|
|
49
|
+
/**
|
|
50
|
+
* Add or override the modal's network images.
|
|
51
|
+
* @see https://docs.walletconnect.com/appkit/react/core/options#chainimages
|
|
52
|
+
*/
|
|
15
53
|
chainImages?: Record<number | string, string>;
|
|
54
|
+
/**
|
|
55
|
+
* Set or override the images of any connector. The key of each property must match the id of the connector.
|
|
56
|
+
* @see https://docs.walletconnect.com/appkit/react/core/options#connectorimages
|
|
57
|
+
*/
|
|
16
58
|
connectorImages?: Record<string, string>;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
isSiweEnabled?: boolean;
|
|
26
|
-
metadata?: Metadata;
|
|
27
|
-
disableAppend?: boolean;
|
|
28
|
-
enableWalletConnect?: boolean;
|
|
29
|
-
enableEIP6963?: boolean;
|
|
30
|
-
enableCoinbase?: boolean;
|
|
31
|
-
enableInjected?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Determines which wallet options to display in Coinbase Wallet SDK.
|
|
61
|
+
* @property options
|
|
62
|
+
* - `all`: Show both smart wallet and EOA options.
|
|
63
|
+
* - `smartWalletOnly`: Show only smart wallet options.
|
|
64
|
+
* - `eoaOnly`: Show only EOA options.
|
|
65
|
+
* @see https://www.smartwallet.dev/sdk/v3-to-v4-changes#parameters
|
|
66
|
+
*/
|
|
32
67
|
coinbasePreference?: 'all' | 'smartWalletOnly' | 'eoaOnly';
|
|
33
|
-
|
|
34
|
-
|
|
68
|
+
/**
|
|
69
|
+
* Enable analytics to get more insights on your users activity within your Reown Cloud's dashboard.
|
|
70
|
+
* @default false
|
|
71
|
+
* @see https://cloud.walletconnect.com/
|
|
72
|
+
*/
|
|
73
|
+
metadata?: Metadata;
|
|
74
|
+
} & OptionsControllerState;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reown/appkit",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/esm/exports/index.js",
|
|
6
6
|
"types": "./dist/types/exports/index.d.ts",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"import": "./dist/esm/exports/utils.js",
|
|
45
45
|
"default": "./dist/esm/exports/utils.js"
|
|
46
46
|
},
|
|
47
|
-
"./
|
|
48
|
-
"types": "./dist/types/exports/
|
|
49
|
-
"import": "./dist/esm/exports/
|
|
50
|
-
"default": "./dist/esm/exports/
|
|
47
|
+
"./networks": {
|
|
48
|
+
"types": "./dist/types/exports/networks.d.ts",
|
|
49
|
+
"import": "./dist/esm/exports/networks.js",
|
|
50
|
+
"default": "./dist/esm/exports/networks.js"
|
|
51
51
|
},
|
|
52
52
|
"./auth-provider": {
|
|
53
53
|
"types": "./dist/types/exports/auth-provider.d.ts",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"store": [
|
|
73
73
|
"./dist/types/exports/store.d.ts"
|
|
74
74
|
],
|
|
75
|
-
"
|
|
76
|
-
"./dist/types/exports/
|
|
75
|
+
"networks": [
|
|
76
|
+
"./dist/types/exports/networks.d.ts"
|
|
77
77
|
],
|
|
78
78
|
"auth-provider": [
|
|
79
79
|
"./dist/types/exports/auth-provider.d.ts"
|
|
@@ -85,14 +85,14 @@
|
|
|
85
85
|
"@walletconnect/types": "2.16.1",
|
|
86
86
|
"@walletconnect/utils": "2.16.1",
|
|
87
87
|
"valtio": "1.11.2",
|
|
88
|
-
"@reown/appkit-common": "0.0
|
|
89
|
-
"@reown/appkit-core": "0.0
|
|
90
|
-
"@reown/appkit-polyfills": "0.0
|
|
91
|
-
"@reown/appkit-scaffold-ui": "0.0
|
|
92
|
-
"@reown/appkit-utils": "0.0
|
|
93
|
-
"@reown/appkit-siwe": "0.0
|
|
94
|
-
"@reown/appkit-ui": "0.0
|
|
95
|
-
"@reown/appkit-wallet": "0.0
|
|
88
|
+
"@reown/appkit-common": "1.0.0",
|
|
89
|
+
"@reown/appkit-core": "1.0.0",
|
|
90
|
+
"@reown/appkit-polyfills": "1.0.0",
|
|
91
|
+
"@reown/appkit-scaffold-ui": "1.0.0",
|
|
92
|
+
"@reown/appkit-utils": "1.0.0",
|
|
93
|
+
"@reown/appkit-siwe": "1.0.0",
|
|
94
|
+
"@reown/appkit-ui": "1.0.0",
|
|
95
|
+
"@reown/appkit-wallet": "1.0.0"
|
|
96
96
|
},
|
|
97
97
|
"optionalDependencies": {
|
|
98
98
|
"borsh": "0.7.0",
|
|
@@ -116,19 +116,19 @@
|
|
|
116
116
|
"react": "18.2.0",
|
|
117
117
|
"react-dom": "18.2.0",
|
|
118
118
|
"viem": "2.21.4",
|
|
119
|
-
"vitest": "2.0.
|
|
119
|
+
"vitest": "2.0.5",
|
|
120
120
|
"vue": "3.4.3",
|
|
121
121
|
"wagmi": "2.12.9"
|
|
122
122
|
},
|
|
123
|
-
"author": "
|
|
123
|
+
"author": "Reown <support@reown.com> (https://reown.com)",
|
|
124
124
|
"license": "Apache-2.0",
|
|
125
|
-
"homepage": "https://github.com/
|
|
125
|
+
"homepage": "https://github.com/reown-com/appkit",
|
|
126
126
|
"repository": {
|
|
127
127
|
"type": "git",
|
|
128
128
|
"url": "git+https://github.com/WalletConnect/shadow-appkit.git"
|
|
129
129
|
},
|
|
130
130
|
"bugs": {
|
|
131
|
-
"url": "https://github.com/
|
|
131
|
+
"url": "https://github.com/reown-com/appkit/issues"
|
|
132
132
|
},
|
|
133
133
|
"scripts": {
|
|
134
134
|
"build:clean": "rm -rf dist",
|
package/readme.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#### 📚 [Documentation](https://docs.walletconnect.com/2.0/
|
|
1
|
+
#### 📚 [Documentation](https://docs.walletconnect.com/2.0/appkit/about)
|
|
2
2
|
|
|
3
|
-
#### 🔗 [Website](https://
|
|
3
|
+
#### 🔗 [Website](https://reown.com/appkit)
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# AppKit
|
|
6
6
|
|
|
7
|
-
Your on-ramp to web3 multichain.
|
|
7
|
+
Your on-ramp to web3 multichain. AppKit is a versatile library that makes it super easy to connect users with your Dapp and start interacting with the blockchain.
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<img src="./.github/assets/header.png" alt="" border="0">
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chains.js","sourceRoot":"","sources":["../../../exports/chains.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/chains/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../src/chains/index.js';
|
|
File without changes
|