Installing Core Kit SFA Node SDK
@web3auth/node-sdk
- npm
- Yarn
- pnpm
npm install --save @web3auth/node-sdk
yarn add @web3auth/node-sdk
pnpm add @web3auth/node-sdk
Consider adding @web3auth/base
to your project
- npm
- Yarn
- pnpm
npm install --save @web3auth/base
yarn add @web3auth/base
pnpm add @web3auth/base
This package gives access to common types and interfaces for Web3Auth. This comes in handy by
providing you a standard way of importing the values you need to work with the SDKs. We highly
recommend using it while working with Typescript
.