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