@spartacus-easy/metamask
v2211.20.2
Published
## Description Spartacus library for MetaMask.
Downloads
15
Keywords
Readme
@spartacus-easy/metamask
Description
Spartacus library for MetaMask.
How to Install
The library can be installed in the Spartacus project with the following command:
yarn add @spartacus-easy/metamask
How to Use
The library can be included in the Spartacus project as follow:
import { MetaMaskModule } from "@spartacus-easy/metamask";
@NgModule({
imports: [
...
MetaMaskModule
],
})